Interface AssetBundleExportJobRefreshScheduleOverrideProperties.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AssetBundleExportJobRefreshScheduleOverrideProperties.Builder,,AssetBundleExportJobRefreshScheduleOverrideProperties> SdkBuilder<AssetBundleExportJobRefreshScheduleOverrideProperties.Builder,,AssetBundleExportJobRefreshScheduleOverrideProperties> SdkPojo
- Enclosing class:
 AssetBundleExportJobRefreshScheduleOverrideProperties
public static interface AssetBundleExportJobRefreshScheduleOverrideProperties.Builder
extends SdkPojo, CopyableBuilder<AssetBundleExportJobRefreshScheduleOverrideProperties.Builder,AssetBundleExportJobRefreshScheduleOverrideProperties> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the specificRefreshScheduleresource whose override properties are configured in this structure.A list ofRefreshScheduleresource properties to generate variables for in the returned CloudFormation template.properties(AssetBundleExportJobRefreshSchedulePropertyToOverride... properties) A list ofRefreshScheduleresource properties to generate variables for in the returned CloudFormation template.propertiesWithStrings(String... properties) A list ofRefreshScheduleresource properties to generate variables for in the returned CloudFormation template.propertiesWithStrings(Collection<String> properties) A list ofRefreshScheduleresource properties to generate variables for in the returned CloudFormation template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
arn
The ARN of the specific
RefreshScheduleresource whose override properties are configured in this structure.- Parameters:
 arn- The ARN of the specificRefreshScheduleresource whose override properties are configured in this structure.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
propertiesWithStrings
AssetBundleExportJobRefreshScheduleOverrideProperties.Builder propertiesWithStrings(Collection<String> properties) A list of
RefreshScheduleresource properties to generate variables for in the returned CloudFormation template.- Parameters:
 properties- A list ofRefreshScheduleresource properties to generate variables for in the returned CloudFormation template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
propertiesWithStrings
AssetBundleExportJobRefreshScheduleOverrideProperties.Builder propertiesWithStrings(String... properties) A list of
RefreshScheduleresource properties to generate variables for in the returned CloudFormation template.- Parameters:
 properties- A list ofRefreshScheduleresource properties to generate variables for in the returned CloudFormation template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
properties
AssetBundleExportJobRefreshScheduleOverrideProperties.Builder properties(Collection<AssetBundleExportJobRefreshSchedulePropertyToOverride> properties) A list of
RefreshScheduleresource properties to generate variables for in the returned CloudFormation template.- Parameters:
 properties- A list ofRefreshScheduleresource properties to generate variables for in the returned CloudFormation template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
properties
AssetBundleExportJobRefreshScheduleOverrideProperties.Builder properties(AssetBundleExportJobRefreshSchedulePropertyToOverride... properties) A list of
RefreshScheduleresource properties to generate variables for in the returned CloudFormation template.- Parameters:
 properties- A list ofRefreshScheduleresource properties to generate variables for in the returned CloudFormation template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -