Interface AccessConfigResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccessConfigResponse.Builder,AccessConfigResponse>,SdkBuilder<AccessConfigResponse.Builder,AccessConfigResponse>,SdkPojo
- Enclosing class:
- AccessConfigResponse
public static interface AccessConfigResponse.Builder extends SdkPojo, CopyableBuilder<AccessConfigResponse.Builder,AccessConfigResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessConfigResponse.BuilderauthenticationMode(String authenticationMode)The current authentication mode of the cluster.AccessConfigResponse.BuilderauthenticationMode(AuthenticationMode authenticationMode)The current authentication mode of the cluster.AccessConfigResponse.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, sdkFields
-
-
-
-
Method Detail
-
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
AccessConfigResponse.Builder authenticationMode(String 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,AuthenticationMode
-
authenticationMode
AccessConfigResponse.Builder authenticationMode(AuthenticationMode 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,AuthenticationMode
-
-