Struct aws_sdk_batch::model::compute_environment_detail::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ComputeEnvironmentDetail
Implementations
The name of the compute environment. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
The name of the compute environment. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
The Amazon Resource Name (ARN) of the compute environment.
The Amazon Resource Name (ARN) of the compute environment.
The maximum number of VCPUs expected to be used for an unmanaged compute environment.
The maximum number of VCPUs expected to be used for an unmanaged compute environment.
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
The tags applied to the compute environment.
The tags applied to the compute environment.
The type of the compute environment: MANAGED or UNMANAGED. For more information, see Compute Environments in the Batch User Guide.
The type of the compute environment: MANAGED or UNMANAGED. For more information, see Compute Environments in the Batch User Guide.
The state of the compute environment. The valid values are ENABLED or DISABLED.
If the state is ENABLED, then the Batch scheduler can attempt to place jobs from an associated job queue on the compute resources within the environment. If the compute environment is managed, then it can scale its instances out or in automatically, based on the job queue demand.
If the state is DISABLED, then the Batch scheduler doesn't attempt to place jobs within the environment. Jobs in a STARTING or RUNNING state continue to progress normally. Managed compute environments in the DISABLED state don't scale out. However, they scale in to minvCpus value after instances become idle.
The state of the compute environment. The valid values are ENABLED or DISABLED.
If the state is ENABLED, then the Batch scheduler can attempt to place jobs from an associated job queue on the compute resources within the environment. If the compute environment is managed, then it can scale its instances out or in automatically, based on the job queue demand.
If the state is DISABLED, then the Batch scheduler doesn't attempt to place jobs within the environment. Jobs in a STARTING or RUNNING state continue to progress normally. Managed compute environments in the DISABLED state don't scale out. However, they scale in to minvCpus value after instances become idle.
The current status of the compute environment (for example, CREATING or VALID).
The current status of the compute environment (for example, CREATING or VALID).
A short, human-readable string to provide additional details about the current status of the compute environment.
A short, human-readable string to provide additional details about the current status of the compute environment.
The compute resources defined for the compute environment. For more information, see Compute Environments in the Batch User Guide.
The compute resources defined for the compute environment. For more information, see Compute Environments in the Batch User Guide.
The service role associated with the compute environment that allows Batch to make calls to Amazon Web Services API operations on your behalf. For more information, see Batch service IAM role in the Batch User Guide.
The service role associated with the compute environment that allows Batch to make calls to Amazon Web Services API operations on your behalf. For more information, see Batch service IAM role in the Batch User Guide.
Consumes the builder and constructs a ComputeEnvironmentDetail
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more