Interface BasicAuthenticationCredentials.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BasicAuthenticationCredentials.Builder,,BasicAuthenticationCredentials> SdkBuilder<BasicAuthenticationCredentials.Builder,,BasicAuthenticationCredentials> SdkPojo
- Enclosing class:
 BasicAuthenticationCredentials
public static interface BasicAuthenticationCredentials.Builder
extends SdkPojo, CopyableBuilder<BasicAuthenticationCredentials.Builder,BasicAuthenticationCredentials> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe password to connect to the data source.The username to connect to the data source.Methods 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
- 
username
The username to connect to the data source.
- Parameters:
 username- The username to connect to the data source.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
password
The password to connect to the data source.
- Parameters:
 password- The password to connect to the data source.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -