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 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.