Interface ContainerGroupsPerInstance.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContainerGroupsPerInstance.Builder,
,ContainerGroupsPerInstance> SdkBuilder<ContainerGroupsPerInstance.Builder,
,ContainerGroupsPerInstance> SdkPojo
- Enclosing class:
ContainerGroupsPerInstance
public static interface ContainerGroupsPerInstance.Builder
extends SdkPojo, CopyableBuilder<ContainerGroupsPerInstance.Builder,ContainerGroupsPerInstance>
-
Method Summary
Modifier and TypeMethodDescriptiondesiredReplicaContainerGroupsPerInstance
(Integer desiredReplicaContainerGroupsPerInstance) The desired number of replica container groups to place on each fleet instance.maxReplicaContainerGroupsPerInstance
(Integer maxReplicaContainerGroupsPerInstance) The maximum possible number of replica container groups that each fleet instance can have.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
-
desiredReplicaContainerGroupsPerInstance
ContainerGroupsPerInstance.Builder desiredReplicaContainerGroupsPerInstance(Integer desiredReplicaContainerGroupsPerInstance) The desired number of replica container groups to place on each fleet instance.
- Parameters:
desiredReplicaContainerGroupsPerInstance
- The desired number of replica container groups to place on each fleet instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxReplicaContainerGroupsPerInstance
ContainerGroupsPerInstance.Builder maxReplicaContainerGroupsPerInstance(Integer maxReplicaContainerGroupsPerInstance) The maximum possible number of replica container groups that each fleet instance can have.
- Parameters:
maxReplicaContainerGroupsPerInstance
- The maximum possible number of replica container groups that each fleet instance can have.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-