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