Interface EksClusterDetails.Builder

    • Method Detail

      • name

        EksClusterDetails.Builder name​(String 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

        EksClusterDetails.Builder arn​(String 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

        EksClusterDetails.Builder vpcId​(String 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

        EksClusterDetails.Builder status​(String 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

        EksClusterDetails.Builder tags​(Collection<Tag> 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

        EksClusterDetails.Builder tags​(Tag... 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

        EksClusterDetails.Builder tags​(Consumer<Tag.Builder>... 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).

        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:
        #tags(java.util.Collection)
      • 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.