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 TypeMethodDescriptionclusterArn
(String clusterArn) The Amazon Resource Name (ARN) of an Amazon Web Services EKS cluster.crossAccountRole
(String crossAccountRole) The cross account role for the configuration.externalId
(String externalId) The external ID (secret key) for the 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
-
crossAccountRole
The cross account role for the configuration.
- Parameters:
crossAccountRole
- The cross account role for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalId
The external ID (secret key) for the configuration.
- Parameters:
externalId
- The external ID (secret key) for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterArn
The Amazon Resource Name (ARN) of an Amazon Web Services EKS cluster.
- Parameters:
clusterArn
- The Amazon Resource Name (ARN) of an Amazon Web Services EKS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-