Interface ContainerGroupsPerInstance.Builder

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