Interface EcsCluster.Builder

  • Method Details

    • status

      EcsCluster.Builder status(String status)

      The current status of the Amazon ECS cluster.

      Parameters:
      status - The current status of the Amazon ECS cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the Amazon ECS cluster.

      Parameters:
      status - The current status of the Amazon ECS cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ec2InstanceUids

      EcsCluster.Builder ec2InstanceUids(Collection<String> ec2InstanceUids)

      A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.

      Parameters:
      ec2InstanceUids - A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ec2InstanceUids

      EcsCluster.Builder ec2InstanceUids(String... ec2InstanceUids)

      A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.

      Parameters:
      ec2InstanceUids - A list of unique identifiers for the Amazon EC2 instances that serve as container instances in the Amazon ECS cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.