Interface AuthenticationConfigurationInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AuthenticationConfigurationInput.Builder,,- AuthenticationConfigurationInput> - SdkBuilder<AuthenticationConfigurationInput.Builder,,- AuthenticationConfigurationInput> - SdkPojo
- Enclosing class:
- AuthenticationConfigurationInput
@Mutable
@NotThreadSafe
public static interface AuthenticationConfigurationInput.Builder
extends SdkPojo, CopyableBuilder<AuthenticationConfigurationInput.Builder,AuthenticationConfigurationInput> 
- 
Method SummaryModifier and TypeMethodDescriptionauthenticationType(String authenticationType) The authentication type of a connection.authenticationType(AuthenticationType authenticationType) The authentication type of a connection.basicAuthenticationCredentials(Consumer<BasicAuthenticationCredentials.Builder> basicAuthenticationCredentials) The basic authentication credentials of a connection.basicAuthenticationCredentials(BasicAuthenticationCredentials basicAuthenticationCredentials) The basic authentication credentials of a connection.customAuthenticationCredentials(Map<String, String> customAuthenticationCredentials) The custom authentication credentials of a connection.The KMS key ARN of a connection.oAuth2Properties(Consumer<OAuth2Properties.Builder> oAuth2Properties) The oAuth2 properties of a connection.oAuth2Properties(OAuth2Properties oAuth2Properties) The oAuth2 properties of a connection.The secret ARN of a connection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
authenticationTypeThe authentication type of a connection. - Parameters:
- authenticationType- The authentication type of a connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
authenticationTypeThe authentication type of a connection. - Parameters:
- authenticationType- The authentication type of a connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
basicAuthenticationCredentialsAuthenticationConfigurationInput.Builder basicAuthenticationCredentials(BasicAuthenticationCredentials basicAuthenticationCredentials) The basic authentication credentials of a connection. - Parameters:
- basicAuthenticationCredentials- The basic authentication credentials of a connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
basicAuthenticationCredentialsdefault AuthenticationConfigurationInput.Builder basicAuthenticationCredentials(Consumer<BasicAuthenticationCredentials.Builder> basicAuthenticationCredentials) The basic authentication credentials of a connection. This is a convenience method that creates an instance of theBasicAuthenticationCredentials.Builderavoiding the need to create one manually viaBasicAuthenticationCredentials.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobasicAuthenticationCredentials(BasicAuthenticationCredentials).- Parameters:
- basicAuthenticationCredentials- a consumer that will call methods on- BasicAuthenticationCredentials.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
customAuthenticationCredentialsAuthenticationConfigurationInput.Builder customAuthenticationCredentials(Map<String, String> customAuthenticationCredentials) The custom authentication credentials of a connection. - Parameters:
- customAuthenticationCredentials- The custom authentication credentials of a connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
kmsKeyArnThe KMS key ARN of a connection. - Parameters:
- kmsKeyArn- The KMS key ARN of a connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
oAuth2PropertiesThe oAuth2 properties of a connection. - Parameters:
- oAuth2Properties- The oAuth2 properties of a connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
oAuth2Propertiesdefault AuthenticationConfigurationInput.Builder oAuth2Properties(Consumer<OAuth2Properties.Builder> oAuth2Properties) The oAuth2 properties of a connection. This is a convenience method that creates an instance of theOAuth2Properties.Builderavoiding the need to create one manually viaOAuth2Properties.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooAuth2Properties(OAuth2Properties).- Parameters:
- oAuth2Properties- a consumer that will call methods on- OAuth2Properties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
secretArnThe secret ARN of a connection. - Parameters:
- secretArn- The secret ARN of a connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-