Interface EksClusterDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EksClusterDetails.Builder,EksClusterDetails>, SdkBuilder<EksClusterDetails.Builder,EksClusterDetails>, SdkPojo
Enclosing class:
EksClusterDetails

public static interface EksClusterDetails.Builder extends SdkPojo, CopyableBuilder<EksClusterDetails.Builder,EksClusterDetails>
  • Method Details

    • name

      EKS cluster name.

      Parameters:
      name - EKS cluster name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      EKS cluster ARN.

      Parameters:
      arn - EKS cluster ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcId

      The VPC ID to which the EKS cluster is attached.

      Parameters:
      vpcId - The VPC ID to which the EKS cluster is attached.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The EKS cluster status.

      Parameters:
      status - The EKS cluster status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The EKS cluster tags.

      Parameters:
      tags - The EKS cluster tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The EKS cluster tags.

      Parameters:
      tags - The EKS cluster tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The EKS cluster tags.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      EksClusterDetails.Builder createdAt(Instant createdAt)

      The timestamp when the EKS cluster was created.

      Parameters:
      createdAt - The timestamp when the EKS cluster was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.