Interface EcsCluster.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EcsCluster.Builder,
,EcsCluster> SdkBuilder<EcsCluster.Builder,
,EcsCluster> SdkPojo
- Enclosing class:
EcsCluster
public static interface EcsCluster.Builder
extends SdkPojo, CopyableBuilder<EcsCluster.Builder,EcsCluster>
-
Method Summary
Modifier and TypeMethodDescriptionecsClusterArn
(String ecsClusterArn) The cluster's ARN.ecsClusterName
(String ecsClusterName) The cluster name.registeredAt
(String registeredAt) The time and date that the cluster was registered with the stack.The stack ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
ecsClusterArn
The cluster's ARN.
- Parameters:
ecsClusterArn
- The cluster's ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ecsClusterName
The cluster name.
- Parameters:
ecsClusterName
- The cluster name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackId
The stack ID.
- Parameters:
stackId
- The stack ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registeredAt
The time and date that the cluster was registered with the stack.
- Parameters:
registeredAt
- The time and date that the cluster was registered with the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-