Interface EcsCluster.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EcsCluster.Builder,,EcsCluster> SdkBuilder<EcsCluster.Builder,,EcsCluster> SdkPojo
- Enclosing class:
EcsCluster
@Mutable
@NotThreadSafe
public static interface EcsCluster.Builder
extends SdkPojo, CopyableBuilder<EcsCluster.Builder,EcsCluster>
-
Method Summary
Modifier and TypeMethodDescriptionec2InstanceUids(String... ec2InstanceUids) A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.ec2InstanceUids(Collection<String> ec2InstanceUids) A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.The current status of the Amazon ECS cluster.status(EcsClusterStatus status) The current status of the Amazon ECS cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The current status of the Amazon ECS cluster.
- Parameters:
status- The current status of the Amazon ECS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the Amazon ECS cluster.
- Parameters:
status- The current status of the Amazon ECS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ec2InstanceUids
A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.
- Parameters:
ec2InstanceUids- A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ec2InstanceUids
A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.
- Parameters:
ec2InstanceUids- A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-