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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleImportJobDataSourceCredentialPair.Builderpassword(String password)The password for the data source connection.AssetBundleImportJobDataSourceCredentialPair.Builderusername(String username)The username for the data source connection.-
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
-
username
AssetBundleImportJobDataSourceCredentialPair.Builder username(String 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
AssetBundleImportJobDataSourceCredentialPair.Builder password(String 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.
-
-