Interface ContainerInstanceDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContainerInstanceDetails.Builder,
,ContainerInstanceDetails> SdkBuilder<ContainerInstanceDetails.Builder,
,ContainerInstanceDetails> SdkPojo
- Enclosing class:
ContainerInstanceDetails
@Mutable
@NotThreadSafe
public static interface ContainerInstanceDetails.Builder
extends SdkPojo, CopyableBuilder<ContainerInstanceDetails.Builder,ContainerInstanceDetails>
-
Method Summary
Modifier and TypeMethodDescriptioncompatibleContainerInstances
(Long compatibleContainerInstances) Represents total number of nodes in the Amazon ECS cluster.coveredContainerInstances
(Long coveredContainerInstances) Represents the nodes in the Amazon ECS cluster that has aHEALTHY
coverage status.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, sdkFieldNameToField, sdkFields
-
Method Details
-
coveredContainerInstances
Represents the nodes in the Amazon ECS cluster that has a
HEALTHY
coverage status.- Parameters:
coveredContainerInstances
- Represents the nodes in the Amazon ECS cluster that has aHEALTHY
coverage status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compatibleContainerInstances
Represents total number of nodes in the Amazon ECS cluster.
- Parameters:
compatibleContainerInstances
- Represents total number of nodes in the Amazon ECS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-