Interface EksConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EksConfiguration.Builder,
,EksConfiguration> SdkBuilder<EksConfiguration.Builder,
,EksConfiguration> SdkPojo
- Enclosing class:
EksConfiguration
@Mutable
@NotThreadSafe
public static interface EksConfiguration.Builder
extends SdkPojo, CopyableBuilder<EksConfiguration.Builder,EksConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn
(String clusterArn) ARN of the Amazon EKS cluster.securityGroupIds
(String... securityGroupIds) A list of the security group IDs for the Amazon EKS cluster VPC configuration.securityGroupIds
(Collection<String> securityGroupIds) A list of the security group IDs for the Amazon EKS cluster VPC configuration.A list of subnet IDs for the Amazon EKS cluster VPC configuration.subnetIds
(Collection<String> subnetIds) A list of subnet IDs for the Amazon EKS cluster VPC configuration.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
-
clusterArn
ARN of the Amazon EKS cluster.
- Parameters:
clusterArn
- ARN of the Amazon EKS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
A list of the security group IDs for the Amazon EKS cluster VPC configuration.
- Parameters:
securityGroupIds
- A list of the security group IDs for the Amazon EKS cluster VPC configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
A list of the security group IDs for the Amazon EKS cluster VPC configuration.
- Parameters:
securityGroupIds
- A list of the security group IDs for the Amazon EKS cluster VPC configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
A list of subnet IDs for the Amazon EKS cluster VPC configuration.
- Parameters:
subnetIds
- A list of subnet IDs for the Amazon EKS cluster VPC configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
A list of subnet IDs for the Amazon EKS cluster VPC configuration.
- Parameters:
subnetIds
- A list of subnet IDs for the Amazon EKS cluster VPC configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-