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