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