Interface EksEndpointsConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EksEndpointsConfiguration.Builder,
,EksEndpointsConfiguration> SdkBuilder<EksEndpointsConfiguration.Builder,
,EksEndpointsConfiguration> SdkPojo
- Enclosing class:
EksEndpointsConfiguration
@Mutable
@NotThreadSafe
public static interface EksEndpointsConfiguration.Builder
extends SdkPojo, CopyableBuilder<EksEndpointsConfiguration.Builder,EksEndpointsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionclusterApiServerCaCertificateChain
(String clusterApiServerCaCertificateChain) The CA certificate chain of the cluster API server.clusterApiServerEndpointUri
(String clusterApiServerEndpointUri) The URI of the cluster API server endpoint.clusterName
(String clusterName) The name of the cluster.endpointsResourceName
(String endpointsResourceName) The name of the endpoint resource.endpointsResourceNamespace
(String endpointsResourceNamespace) The namespace of the endpoint resource.The role ARN for the 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
-
endpointsResourceName
The name of the endpoint resource.
- Parameters:
endpointsResourceName
- The name of the endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointsResourceNamespace
The namespace of the endpoint resource.
- Parameters:
endpointsResourceNamespace
- The namespace of the endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterApiServerEndpointUri
The URI of the cluster API server endpoint.
- Parameters:
clusterApiServerEndpointUri
- The URI of the cluster API server endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterApiServerCaCertificateChain
EksEndpointsConfiguration.Builder clusterApiServerCaCertificateChain(String clusterApiServerCaCertificateChain) The CA certificate chain of the cluster API server.
- Parameters:
clusterApiServerCaCertificateChain
- The CA certificate chain of the cluster API server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterName
The name of the cluster.
- Parameters:
clusterName
- The name of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The role ARN for the cluster.
- Parameters:
roleArn
- The role ARN for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-