Interface UpdateAccessConfigRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateAccessConfigRequest.Builder,
,UpdateAccessConfigRequest> SdkBuilder<UpdateAccessConfigRequest.Builder,
,UpdateAccessConfigRequest> SdkPojo
- Enclosing class:
UpdateAccessConfigRequest
public static interface UpdateAccessConfigRequest.Builder
extends SdkPojo, CopyableBuilder<UpdateAccessConfigRequest.Builder,UpdateAccessConfigRequest>
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationMode
(String authenticationMode) The desired authentication mode for the cluster.authenticationMode
(AuthenticationMode authenticationMode) The desired authentication mode 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, sdkFields
-
Method Details
-
authenticationMode
The desired authentication mode for the cluster.
- Parameters:
authenticationMode
- The desired authentication mode for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authenticationMode
The desired authentication mode for the cluster.
- Parameters:
authenticationMode
- The desired authentication mode for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-