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