Interface CustomAuthCredentials.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomAuthCredentials.Builder,
,CustomAuthCredentials> SdkBuilder<CustomAuthCredentials.Builder,
,CustomAuthCredentials> SdkPojo
- Enclosing class:
CustomAuthCredentials
public static interface CustomAuthCredentials.Builder
extends SdkPojo, CopyableBuilder<CustomAuthCredentials.Builder,CustomAuthCredentials>
-
Method Summary
Modifier and TypeMethodDescriptioncredentialsMap
(Map<String, String> credentialsMap) A map that holds custom authentication credentials.customAuthenticationType
(String customAuthenticationType) The custom authentication type that the connector uses.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
-
customAuthenticationType
The custom authentication type that the connector uses.
- Parameters:
customAuthenticationType
- The custom authentication type that the connector uses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentialsMap
A map that holds custom authentication credentials.
- Parameters:
credentialsMap
- A map that holds custom authentication credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-