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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomAuthCredentials.BuildercredentialsMap(Map<String,String> credentialsMap)A map that holds custom authentication credentials.CustomAuthCredentials.BuildercustomAuthenticationType(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 Detail
-
customAuthenticationType
CustomAuthCredentials.Builder customAuthenticationType(String 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
CustomAuthCredentials.Builder credentialsMap(Map<String,String> 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.
-
-