Interface ContainerInstanceDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContainerInstanceDetails.Builder,ContainerInstanceDetails>,SdkBuilder<ContainerInstanceDetails.Builder,ContainerInstanceDetails>,SdkPojo
- Enclosing class:
- ContainerInstanceDetails
public static interface ContainerInstanceDetails.Builder extends SdkPojo, CopyableBuilder<ContainerInstanceDetails.Builder,ContainerInstanceDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerInstanceDetails.BuildercompatibleContainerInstances(Long compatibleContainerInstances)Represents total number of nodes in the Amazon ECS cluster.ContainerInstanceDetails.BuildercoveredContainerInstances(Long coveredContainerInstances)Represents the nodes in the Amazon ECS cluster that has aHEALTHYcoverage 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, sdkFields
-
-
-
-
Method Detail
-
coveredContainerInstances
ContainerInstanceDetails.Builder coveredContainerInstances(Long coveredContainerInstances)
Represents the nodes in the Amazon ECS cluster that has a
HEALTHYcoverage status.- Parameters:
coveredContainerInstances- Represents the nodes in the Amazon ECS cluster that has aHEALTHYcoverage status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compatibleContainerInstances
ContainerInstanceDetails.Builder compatibleContainerInstances(Long 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.
-
-