Interface AuthMode.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AuthMode.Builder,AuthMode>,SdkBuilder<AuthMode.Builder,AuthMode>,SdkPojo
- Enclosing class:
- AuthMode
public static interface AuthMode.Builder extends SdkPojo, CopyableBuilder<AuthMode.Builder,AuthMode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthMode.BuilderauthType(String authType)The authorization type.AuthMode.BuilderauthType(AuthenticationType authType)The authorization type.-
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
-
authType
AuthMode.Builder authType(String 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:
AuthenticationType,AuthenticationType
-
authType
AuthMode.Builder authType(AuthenticationType 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:
AuthenticationType,AuthenticationType
-
-