default AuthConfiguration.Builder |
AuthConfiguration.Builder.authenticationType(Consumer<Property.Builder> authenticationType) |
The type of authentication for a connection.
|
AuthConfiguration.Builder |
AuthConfiguration.Builder.authenticationType(Property authenticationType) |
The type of authentication for a connection.
|
AuthConfiguration.Builder |
AuthConfiguration.Builder.basicAuthenticationProperties(Map<String,Property> basicAuthenticationProperties) |
A map of key-value pairs for the OAuth2 properties.
|
static AuthConfiguration.Builder |
AuthConfiguration.builder() |
|
AuthConfiguration.Builder |
AuthConfiguration.Builder.customAuthenticationProperties(Map<String,Property> customAuthenticationProperties) |
A map of key-value pairs for the custom authentication properties.
|
AuthConfiguration.Builder |
AuthConfiguration.Builder.oAuth2Properties(Map<String,Property> oAuth2Properties) |
A map of key-value pairs for the OAuth2 properties.
|
default AuthConfiguration.Builder |
AuthConfiguration.Builder.secretArn(Consumer<Property.Builder> secretArn) |
The Amazon Resource Name (ARN) for the Secrets Manager.
|
AuthConfiguration.Builder |
AuthConfiguration.Builder.secretArn(Property secretArn) |
The Amazon Resource Name (ARN) for the Secrets Manager.
|
AuthConfiguration.Builder |
AuthConfiguration.toBuilder() |
|