Interface Authentication.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Authentication.Builder,,Authentication> SdkBuilder<Authentication.Builder,,Authentication> SdkPojo
- Enclosing class:
Authentication
@Mutable
@NotThreadSafe
public static interface Authentication.Builder
extends SdkPojo, CopyableBuilder<Authentication.Builder,Authentication>
-
Method Summary
Modifier and TypeMethodDescriptionproviderType(String providerType) Provider type for the authentication credentialsproviderType(AuthenticationProviderType providerType) Provider type for the authentication credentialsAuthentication credential value or referenceMethods 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
-
providerType
Provider type for the authentication credentials
- Parameters:
providerType- Provider type for the authentication credentials- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
providerType
Provider type for the authentication credentials
- Parameters:
providerType- Provider type for the authentication credentials- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
Authentication credential value or reference
- Parameters:
value- Authentication credential value or reference- Returns:
- Returns a reference to this object so that method calls can be chained together.
-