Interface CreateAccessConfigRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CreateAccessConfigRequest.Builder,CreateAccessConfigRequest>,SdkBuilder<CreateAccessConfigRequest.Builder,CreateAccessConfigRequest>,SdkPojo
- Enclosing class:
- CreateAccessConfigRequest
public static interface CreateAccessConfigRequest.Builder extends SdkPojo, CopyableBuilder<CreateAccessConfigRequest.Builder,CreateAccessConfigRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAccessConfigRequest.BuilderauthenticationMode(String authenticationMode)The desired authentication mode for the cluster.CreateAccessConfigRequest.BuilderauthenticationMode(AuthenticationMode authenticationMode)The desired authentication mode for the cluster.CreateAccessConfigRequest.BuilderbootstrapClusterCreatorAdminPermissions(Boolean bootstrapClusterCreatorAdminPermissions)Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.-
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 Detail
-
bootstrapClusterCreatorAdminPermissions
CreateAccessConfigRequest.Builder bootstrapClusterCreatorAdminPermissions(Boolean bootstrapClusterCreatorAdminPermissions)
Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time. The default value is
true.- Parameters:
bootstrapClusterCreatorAdminPermissions- Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time. The default value istrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationMode
CreateAccessConfigRequest.Builder authenticationMode(String authenticationMode)
The desired authentication mode for the cluster. If you create a cluster by using the EKS API, Amazon Web Services SDKs, or CloudFormation, the default is
CONFIG_MAP. If you create the cluster by using the Amazon Web Services Management Console, the default value isAPI_AND_CONFIG_MAP.- Parameters:
authenticationMode- The desired authentication mode for the cluster. If you create a cluster by using the EKS API, Amazon Web Services SDKs, or CloudFormation, the default isCONFIG_MAP. If you create the cluster by using the Amazon Web Services Management Console, the default value isAPI_AND_CONFIG_MAP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AuthenticationMode,AuthenticationMode
-
authenticationMode
CreateAccessConfigRequest.Builder authenticationMode(AuthenticationMode authenticationMode)
The desired authentication mode for the cluster. If you create a cluster by using the EKS API, Amazon Web Services SDKs, or CloudFormation, the default is
CONFIG_MAP. If you create the cluster by using the Amazon Web Services Management Console, the default value isAPI_AND_CONFIG_MAP.- Parameters:
authenticationMode- The desired authentication mode for the cluster. If you create a cluster by using the EKS API, Amazon Web Services SDKs, or CloudFormation, the default isCONFIG_MAP. If you create the cluster by using the Amazon Web Services Management Console, the default value isAPI_AND_CONFIG_MAP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AuthenticationMode,AuthenticationMode
-
-