Interface AuthMode.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AuthMode.Builder,,AuthMode> SdkBuilder<AuthMode.Builder,,AuthMode> SdkPojo
- Enclosing class:
AuthMode
@Mutable
@NotThreadSafe
public static interface AuthMode.Builder
extends SdkPojo, CopyableBuilder<AuthMode.Builder,AuthMode>
-
Method Summary
Modifier and TypeMethodDescriptionThe authorization type.authType(AuthenticationType authType) The authorization type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
authType
The authorization type.
- Parameters:
authType- The authorization type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authType
The authorization type.
- Parameters:
authType- The authorization type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-