public static interface AssetBundleImportJobDataSourceCredentials.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobDataSourceCredentials.Builder,AssetBundleImportJobDataSourceCredentials>
| Modifier and Type | Method and Description |
|---|---|
AssetBundleImportJobDataSourceCredentials.Builder |
credentialPair(AssetBundleImportJobDataSourceCredentialPair credentialPair)
A username and password credential pair to be used to create the imported data source.
|
default AssetBundleImportJobDataSourceCredentials.Builder |
credentialPair(Consumer<AssetBundleImportJobDataSourceCredentialPair.Builder> credentialPair)
A username and password credential pair to be used to create the imported data source.
|
AssetBundleImportJobDataSourceCredentials.Builder |
secretArn(String secretArn)
The ARN of the Secrets Manager secret that's used to create the imported data source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetBundleImportJobDataSourceCredentials.Builder credentialPair(AssetBundleImportJobDataSourceCredentialPair credentialPair)
A username and password credential pair to be used to create the imported data source. Keep this field blank if you are using a Secrets Manager secret to provide credentials.
credentialPair - A username and password credential pair to be used to create the imported data source. Keep this field
blank if you are using a Secrets Manager secret to provide credentials.default AssetBundleImportJobDataSourceCredentials.Builder credentialPair(Consumer<AssetBundleImportJobDataSourceCredentialPair.Builder> credentialPair)
A username and password credential pair to be used to create the imported data source. Keep this field blank if you are using a Secrets Manager secret to provide credentials.
This is a convenience method that creates an instance of theAssetBundleImportJobDataSourceCredentialPair.Builder avoiding the need to create one manually via
AssetBundleImportJobDataSourceCredentialPair.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
credentialPair(AssetBundleImportJobDataSourceCredentialPair).
credentialPair - a consumer that will call methods on AssetBundleImportJobDataSourceCredentialPair.BuildercredentialPair(AssetBundleImportJobDataSourceCredentialPair)AssetBundleImportJobDataSourceCredentials.Builder secretArn(String secretArn)
The ARN of the Secrets Manager secret that's used to create the imported data source. Keep this field blank, unless you are using a secret in place of a credential pair.
secretArn - The ARN of the Secrets Manager secret that's used to create the imported data source. Keep this field
blank, unless you are using a secret in place of a credential pair.Copyright © 2023. All rights reserved.