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