Interface EksCluster.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EksCluster.Builder,
,EksCluster> SdkBuilder<EksCluster.Builder,
,EksCluster> SdkPojo
- Enclosing class:
EksCluster
@Mutable
@NotThreadSafe
public static interface EksCluster.Builder
extends SdkPojo, CopyableBuilder<EksCluster.Builder,EksCluster>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) that uniquely identifies the Amazon EKS cluster involved in the finding.The timestamp indicating when the Amazon EKS cluster was created, in UTC format.ec2InstanceUids
(String... ec2InstanceUids) A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.ec2InstanceUids
(Collection<String> ec2InstanceUids) A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.The current status of the Amazon EKS cluster.status
(ClusterStatus status) The current status of the Amazon EKS cluster.The ID of the Amazon Virtual Private Cloud (Amazon VPC) associated with the Amazon EKS cluster.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, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) that uniquely identifies the Amazon EKS cluster involved in the finding.
- Parameters:
arn
- The Amazon Resource Name (ARN) that uniquely identifies the Amazon EKS cluster involved in the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp indicating when the Amazon EKS cluster was created, in UTC format.
- Parameters:
createdAt
- The timestamp indicating when the Amazon EKS cluster was created, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the Amazon EKS cluster.
- Parameters:
status
- The current status of the Amazon EKS 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 EKS cluster.
- Parameters:
status
- The current status of the Amazon EKS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpcId
The ID of the Amazon Virtual Private Cloud (Amazon VPC) associated with the Amazon EKS cluster.
- Parameters:
vpcId
- The ID of the Amazon Virtual Private Cloud (Amazon VPC) associated with the Amazon EKS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ec2InstanceUids
A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.
- Parameters:
ec2InstanceUids
- A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ec2InstanceUids
A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.
- Parameters:
ec2InstanceUids
- A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-