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 Summary
Modifier and TypeMethodDescriptionEKS cluster ARN.The timestamp when the EKS cluster was created.EKS cluster name.The EKS cluster status.tags
(Collection<Tag> tags) The EKS cluster tags.tags
(Consumer<Tag.Builder>... tags) The EKS cluster tags.The EKS cluster tags.The VPC ID to which the EKS cluster is attached.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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 theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-