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