#[non_exhaustive]pub struct CreateLayerInputBuilder { /* private fields */ }
Expand description
A builder for CreateLayerInput
.
Implementations§
Source§impl CreateLayerInputBuilder
impl CreateLayerInputBuilder
Sourcepub fn stack_id(self, input: impl Into<String>) -> Self
pub fn stack_id(self, input: impl Into<String>) -> Self
The layer stack ID.
This field is required.Sourcepub fn set_stack_id(self, input: Option<String>) -> Self
pub fn set_stack_id(self, input: Option<String>) -> Self
The layer stack ID.
Sourcepub fn get_stack_id(&self) -> &Option<String>
pub fn get_stack_id(&self) -> &Option<String>
The layer stack ID.
Sourcepub fn type(self, input: LayerType) -> Self
pub fn type(self, input: LayerType) -> Self
The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers. Built-in layers are not available in Chef 12 stacks.
This field is required.Sourcepub fn set_type(self, input: Option<LayerType>) -> Self
pub fn set_type(self, input: Option<LayerType>) -> Self
The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers. Built-in layers are not available in Chef 12 stacks.
Sourcepub fn get_type(&self) -> &Option<LayerType>
pub fn get_type(&self) -> &Option<LayerType>
The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers. Built-in layers are not available in Chef 12 stacks.
Sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The layer name, which is used by the console. Layer names can be a maximum of 32 characters.
This field is required.Sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The layer name, which is used by the console. Layer names can be a maximum of 32 characters.
Sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The layer name, which is used by the console. Layer names can be a maximum of 32 characters.
Sourcepub fn shortname(self, input: impl Into<String>) -> Self
pub fn shortname(self, input: impl Into<String>) -> Self
For custom layers only, use this parameter to specify the layer's short name, which is used internally by OpsWorks Stacks and by Chef recipes. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 32 characters, which are limited to the alphanumeric characters, '-', '_', and '.'.
Built-in layer short names are defined by OpsWorks Stacks. For more information, see the Layer Reference.
This field is required.Sourcepub fn set_shortname(self, input: Option<String>) -> Self
pub fn set_shortname(self, input: Option<String>) -> Self
For custom layers only, use this parameter to specify the layer's short name, which is used internally by OpsWorks Stacks and by Chef recipes. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 32 characters, which are limited to the alphanumeric characters, '-', '_', and '.'.
Built-in layer short names are defined by OpsWorks Stacks. For more information, see the Layer Reference.
Sourcepub fn get_shortname(&self) -> &Option<String>
pub fn get_shortname(&self) -> &Option<String>
For custom layers only, use this parameter to specify the layer's short name, which is used internally by OpsWorks Stacks and by Chef recipes. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 32 characters, which are limited to the alphanumeric characters, '-', '_', and '.'.
Built-in layer short names are defined by OpsWorks Stacks. For more information, see the Layer Reference.
Sourcepub fn attributes(self, k: LayerAttributesKeys, v: impl Into<String>) -> Self
pub fn attributes(self, k: LayerAttributesKeys, v: impl Into<String>) -> Self
Adds a key-value pair to attributes
.
To override the contents of this collection use set_attributes
.
One or more user-defined key-value pairs to be added to the stack attributes.
To create a cluster layer, set the EcsClusterArn
attribute to the cluster's ARN.
Sourcepub fn set_attributes(
self,
input: Option<HashMap<LayerAttributesKeys, String>>,
) -> Self
pub fn set_attributes( self, input: Option<HashMap<LayerAttributesKeys, String>>, ) -> Self
One or more user-defined key-value pairs to be added to the stack attributes.
To create a cluster layer, set the EcsClusterArn
attribute to the cluster's ARN.
Sourcepub fn get_attributes(&self) -> &Option<HashMap<LayerAttributesKeys, String>>
pub fn get_attributes(&self) -> &Option<HashMap<LayerAttributesKeys, String>>
One or more user-defined key-value pairs to be added to the stack attributes.
To create a cluster layer, set the EcsClusterArn
attribute to the cluster's ARN.
Sourcepub fn cloud_watch_logs_configuration(
self,
input: CloudWatchLogsConfiguration,
) -> Self
pub fn cloud_watch_logs_configuration( self, input: CloudWatchLogsConfiguration, ) -> Self
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream
.
Sourcepub fn set_cloud_watch_logs_configuration(
self,
input: Option<CloudWatchLogsConfiguration>,
) -> Self
pub fn set_cloud_watch_logs_configuration( self, input: Option<CloudWatchLogsConfiguration>, ) -> Self
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream
.
Sourcepub fn get_cloud_watch_logs_configuration(
&self,
) -> &Option<CloudWatchLogsConfiguration>
pub fn get_cloud_watch_logs_configuration( &self, ) -> &Option<CloudWatchLogsConfiguration>
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream
.
Sourcepub fn custom_instance_profile_arn(self, input: impl Into<String>) -> Self
pub fn custom_instance_profile_arn(self, input: impl Into<String>) -> Self
The ARN of an IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
Sourcepub fn set_custom_instance_profile_arn(self, input: Option<String>) -> Self
pub fn set_custom_instance_profile_arn(self, input: Option<String>) -> Self
The ARN of an IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
Sourcepub fn get_custom_instance_profile_arn(&self) -> &Option<String>
pub fn get_custom_instance_profile_arn(&self) -> &Option<String>
The ARN of an IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
Sourcepub fn custom_json(self, input: impl Into<String>) -> Self
pub fn custom_json(self, input: impl Into<String>) -> Self
A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON. This feature is supported as of version 1.7.42 of the CLI.
Sourcepub fn set_custom_json(self, input: Option<String>) -> Self
pub fn set_custom_json(self, input: Option<String>) -> Self
A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON. This feature is supported as of version 1.7.42 of the CLI.
Sourcepub fn get_custom_json(&self) -> &Option<String>
pub fn get_custom_json(&self) -> &Option<String>
A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON. This feature is supported as of version 1.7.42 of the CLI.
Sourcepub fn custom_security_group_ids(self, input: impl Into<String>) -> Self
pub fn custom_security_group_ids(self, input: impl Into<String>) -> Self
Appends an item to custom_security_group_ids
.
To override the contents of this collection use set_custom_security_group_ids
.
An array containing the layer custom security group IDs.
Sourcepub fn set_custom_security_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_custom_security_group_ids(self, input: Option<Vec<String>>) -> Self
An array containing the layer custom security group IDs.
Sourcepub fn get_custom_security_group_ids(&self) -> &Option<Vec<String>>
pub fn get_custom_security_group_ids(&self) -> &Option<Vec<String>>
An array containing the layer custom security group IDs.
Sourcepub fn packages(self, input: impl Into<String>) -> Self
pub fn packages(self, input: impl Into<String>) -> Self
Appends an item to packages
.
To override the contents of this collection use set_packages
.
An array of Package
objects that describes the layer packages.
Sourcepub fn set_packages(self, input: Option<Vec<String>>) -> Self
pub fn set_packages(self, input: Option<Vec<String>>) -> Self
An array of Package
objects that describes the layer packages.
Sourcepub fn get_packages(&self) -> &Option<Vec<String>>
pub fn get_packages(&self) -> &Option<Vec<String>>
An array of Package
objects that describes the layer packages.
Sourcepub fn volume_configurations(self, input: VolumeConfiguration) -> Self
pub fn volume_configurations(self, input: VolumeConfiguration) -> Self
Appends an item to volume_configurations
.
To override the contents of this collection use set_volume_configurations
.
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
Sourcepub fn set_volume_configurations(
self,
input: Option<Vec<VolumeConfiguration>>,
) -> Self
pub fn set_volume_configurations( self, input: Option<Vec<VolumeConfiguration>>, ) -> Self
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
Sourcepub fn get_volume_configurations(&self) -> &Option<Vec<VolumeConfiguration>>
pub fn get_volume_configurations(&self) -> &Option<Vec<VolumeConfiguration>>
A VolumeConfigurations
object that describes the layer's Amazon EBS volumes.
Sourcepub fn enable_auto_healing(self, input: bool) -> Self
pub fn enable_auto_healing(self, input: bool) -> Self
Whether to disable auto healing for the layer.
Sourcepub fn set_enable_auto_healing(self, input: Option<bool>) -> Self
pub fn set_enable_auto_healing(self, input: Option<bool>) -> Self
Whether to disable auto healing for the layer.
Sourcepub fn get_enable_auto_healing(&self) -> &Option<bool>
pub fn get_enable_auto_healing(&self) -> &Option<bool>
Whether to disable auto healing for the layer.
Sourcepub fn auto_assign_elastic_ips(self, input: bool) -> Self
pub fn auto_assign_elastic_ips(self, input: bool) -> Self
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
Sourcepub fn set_auto_assign_elastic_ips(self, input: Option<bool>) -> Self
pub fn set_auto_assign_elastic_ips(self, input: Option<bool>) -> Self
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
Sourcepub fn get_auto_assign_elastic_ips(&self) -> &Option<bool>
pub fn get_auto_assign_elastic_ips(&self) -> &Option<bool>
Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
Sourcepub fn auto_assign_public_ips(self, input: bool) -> Self
pub fn auto_assign_public_ips(self, input: bool) -> Self
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
Sourcepub fn set_auto_assign_public_ips(self, input: Option<bool>) -> Self
pub fn set_auto_assign_public_ips(self, input: Option<bool>) -> Self
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
Sourcepub fn get_auto_assign_public_ips(&self) -> &Option<bool>
pub fn get_auto_assign_public_ips(&self) -> &Option<bool>
For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
Sourcepub fn custom_recipes(self, input: Recipes) -> Self
pub fn custom_recipes(self, input: Recipes) -> Self
A LayerCustomRecipes
object that specifies the layer custom recipes.
Sourcepub fn set_custom_recipes(self, input: Option<Recipes>) -> Self
pub fn set_custom_recipes(self, input: Option<Recipes>) -> Self
A LayerCustomRecipes
object that specifies the layer custom recipes.
Sourcepub fn get_custom_recipes(&self) -> &Option<Recipes>
pub fn get_custom_recipes(&self) -> &Option<Recipes>
A LayerCustomRecipes
object that specifies the layer custom recipes.
Sourcepub fn install_updates_on_boot(self, input: bool) -> Self
pub fn install_updates_on_boot(self, input: bool) -> Self
Whether to install operating system and package updates when the instance boots. The default value is true
. To control when updates are installed, set this value to false
. You must then update your instances manually by using CreateDeployment
to run the update_dependencies
stack command or by manually running yum
(Amazon Linux) or apt-get
(Ubuntu) on the instances.
To ensure that your instances have the latest security updates, we strongly recommend using the default value of true
.
Sourcepub fn set_install_updates_on_boot(self, input: Option<bool>) -> Self
pub fn set_install_updates_on_boot(self, input: Option<bool>) -> Self
Whether to install operating system and package updates when the instance boots. The default value is true
. To control when updates are installed, set this value to false
. You must then update your instances manually by using CreateDeployment
to run the update_dependencies
stack command or by manually running yum
(Amazon Linux) or apt-get
(Ubuntu) on the instances.
To ensure that your instances have the latest security updates, we strongly recommend using the default value of true
.
Sourcepub fn get_install_updates_on_boot(&self) -> &Option<bool>
pub fn get_install_updates_on_boot(&self) -> &Option<bool>
Whether to install operating system and package updates when the instance boots. The default value is true
. To control when updates are installed, set this value to false
. You must then update your instances manually by using CreateDeployment
to run the update_dependencies
stack command or by manually running yum
(Amazon Linux) or apt-get
(Ubuntu) on the instances.
To ensure that your instances have the latest security updates, we strongly recommend using the default value of true
.
Sourcepub fn use_ebs_optimized_instances(self, input: bool) -> Self
pub fn use_ebs_optimized_instances(self, input: bool) -> Self
Whether to use Amazon EBS-optimized instances.
Sourcepub fn set_use_ebs_optimized_instances(self, input: Option<bool>) -> Self
pub fn set_use_ebs_optimized_instances(self, input: Option<bool>) -> Self
Whether to use Amazon EBS-optimized instances.
Sourcepub fn get_use_ebs_optimized_instances(&self) -> &Option<bool>
pub fn get_use_ebs_optimized_instances(&self) -> &Option<bool>
Whether to use Amazon EBS-optimized instances.
Sourcepub fn lifecycle_event_configuration(
self,
input: LifecycleEventConfiguration,
) -> Self
pub fn lifecycle_event_configuration( self, input: LifecycleEventConfiguration, ) -> Self
A LifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.
Sourcepub fn set_lifecycle_event_configuration(
self,
input: Option<LifecycleEventConfiguration>,
) -> Self
pub fn set_lifecycle_event_configuration( self, input: Option<LifecycleEventConfiguration>, ) -> Self
A LifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.
Sourcepub fn get_lifecycle_event_configuration(
&self,
) -> &Option<LifecycleEventConfiguration>
pub fn get_lifecycle_event_configuration( &self, ) -> &Option<LifecycleEventConfiguration>
A LifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.
Sourcepub fn build(self) -> Result<CreateLayerInput, BuildError>
pub fn build(self) -> Result<CreateLayerInput, BuildError>
Consumes the builder and constructs a CreateLayerInput
.
Source§impl CreateLayerInputBuilder
impl CreateLayerInputBuilder
Sourcepub async fn send_with(
self,
client: &Client,
) -> Result<CreateLayerOutput, SdkError<CreateLayerError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<CreateLayerOutput, SdkError<CreateLayerError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
Source§impl Clone for CreateLayerInputBuilder
impl Clone for CreateLayerInputBuilder
Source§fn clone(&self) -> CreateLayerInputBuilder
fn clone(&self) -> CreateLayerInputBuilder
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for CreateLayerInputBuilder
impl Debug for CreateLayerInputBuilder
Source§impl Default for CreateLayerInputBuilder
impl Default for CreateLayerInputBuilder
Source§fn default() -> CreateLayerInputBuilder
fn default() -> CreateLayerInputBuilder
Source§impl PartialEq for CreateLayerInputBuilder
impl PartialEq for CreateLayerInputBuilder
Source§fn eq(&self, other: &CreateLayerInputBuilder) -> bool
fn eq(&self, other: &CreateLayerInputBuilder) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateLayerInputBuilder
Auto Trait Implementations§
impl Freeze for CreateLayerInputBuilder
impl RefUnwindSafe for CreateLayerInputBuilder
impl Send for CreateLayerInputBuilder
impl Sync for CreateLayerInputBuilder
impl Unpin for CreateLayerInputBuilder
impl UnwindSafe for CreateLayerInputBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
Source§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the foreground set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red()
and
green()
, which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg()
:
use yansi::{Paint, Color};
painted.fg(Color::White);
Set foreground color to white using white()
.
use yansi::Paint;
painted.white();
Source§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
Source§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
Source§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
Source§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
Source§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
Source§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
Source§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
Source§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the background set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red()
and
on_green()
, which have the same functionality but
are pithier.
§Example
Set background color to red using fg()
:
use yansi::{Paint, Color};
painted.bg(Color::Red);
Set background color to red using on_red()
.
use yansi::Paint;
painted.on_red();
Source§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
Source§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
Source§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
Source§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
Source§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
Source§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling Attribute
value
.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold()
and
underline()
, which have the same functionality
but are pithier.
§Example
Make text bold using attr()
:
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);
Make text bold using using bold()
.
use yansi::Paint;
painted.bold();
Source§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
Source§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi
Quirk
value
.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask()
and
wrap()
, which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk()
:
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);
Enable wrapping using wrap()
.
use yansi::Paint;
painted.wrap();
Source§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.
fn clear(&self) -> Painted<&T>
resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.Source§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the Condition
value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted
only when both stdout
and stderr
are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);