Interface AccessConfigResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccessConfigResponse.Builder,
,AccessConfigResponse> SdkBuilder<AccessConfigResponse.Builder,
,AccessConfigResponse> SdkPojo
- Enclosing class:
AccessConfigResponse
@Mutable
@NotThreadSafe
public static interface AccessConfigResponse.Builder
extends SdkPojo, CopyableBuilder<AccessConfigResponse.Builder,AccessConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationMode
(String authenticationMode) The current authentication mode of the cluster.authenticationMode
(AuthenticationMode authenticationMode) The current authentication mode of the cluster.bootstrapClusterCreatorAdminPermissions
(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 Details
-
bootstrapClusterCreatorAdminPermissions
AccessConfigResponse.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.
- Parameters:
bootstrapClusterCreatorAdminPermissions
- Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationMode
The current authentication mode of the cluster.
- Parameters:
authenticationMode
- The current authentication mode of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authenticationMode
The current authentication mode of the cluster.
- Parameters:
authenticationMode
- The current authentication mode of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-