public static interface AssetBundleExportJobDataSourceOverrideProperties.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobDataSourceOverrideProperties.Builder,AssetBundleExportJobDataSourceOverrideProperties>
| Modifier and Type | Method and Description |
|---|---|
AssetBundleExportJobDataSourceOverrideProperties.Builder |
arn(String arn)
The ARN of the specific
DataSource resource whose override properties are configured in this
structure. |
AssetBundleExportJobDataSourceOverrideProperties.Builder |
properties(AssetBundleExportJobDataSourcePropertyToOverride... properties)
A list of
DataSource resource properties to generate variables for in the returned
CloudFormation template. |
AssetBundleExportJobDataSourceOverrideProperties.Builder |
properties(Collection<AssetBundleExportJobDataSourcePropertyToOverride> properties)
A list of
DataSource resource properties to generate variables for in the returned
CloudFormation template. |
AssetBundleExportJobDataSourceOverrideProperties.Builder |
propertiesWithStrings(Collection<String> properties)
A list of
DataSource resource properties to generate variables for in the returned
CloudFormation template. |
AssetBundleExportJobDataSourceOverrideProperties.Builder |
propertiesWithStrings(String... properties)
A list of
DataSource resource properties to generate variables for in the returned
CloudFormation template. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetBundleExportJobDataSourceOverrideProperties.Builder arn(String arn)
The ARN of the specific DataSource resource whose override properties are configured in this
structure.
arn - The ARN of the specific DataSource resource whose override properties are configured in
this structure.AssetBundleExportJobDataSourceOverrideProperties.Builder propertiesWithStrings(Collection<String> properties)
A list of DataSource resource properties to generate variables for in the returned
CloudFormation template.
properties - A list of DataSource resource properties to generate variables for in the returned
CloudFormation template.AssetBundleExportJobDataSourceOverrideProperties.Builder propertiesWithStrings(String... properties)
A list of DataSource resource properties to generate variables for in the returned
CloudFormation template.
properties - A list of DataSource resource properties to generate variables for in the returned
CloudFormation template.AssetBundleExportJobDataSourceOverrideProperties.Builder properties(Collection<AssetBundleExportJobDataSourcePropertyToOverride> properties)
A list of DataSource resource properties to generate variables for in the returned
CloudFormation template.
properties - A list of DataSource resource properties to generate variables for in the returned
CloudFormation template.AssetBundleExportJobDataSourceOverrideProperties.Builder properties(AssetBundleExportJobDataSourcePropertyToOverride... properties)
A list of DataSource resource properties to generate variables for in the returned
CloudFormation template.
properties - A list of DataSource resource properties to generate variables for in the returned
CloudFormation template.Copyright © 2023. All rights reserved.