Interface AssetBundleExportJobFolderOverrideProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleExportJobFolderOverrideProperties.Builder,AssetBundleExportJobFolderOverrideProperties>,SdkBuilder<AssetBundleExportJobFolderOverrideProperties.Builder,AssetBundleExportJobFolderOverrideProperties>,SdkPojo
- Enclosing class:
- AssetBundleExportJobFolderOverrideProperties
@Mutable @NotThreadSafe public static interface AssetBundleExportJobFolderOverrideProperties.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobFolderOverrideProperties.Builder,AssetBundleExportJobFolderOverrideProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleExportJobFolderOverrideProperties.Builderarn(String arn)The ARN of the specificFolderresource whose override properties are configured in this structure.AssetBundleExportJobFolderOverrideProperties.Builderproperties(Collection<AssetBundleExportJobFolderPropertyToOverride> properties)A list ofFolderresource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobFolderOverrideProperties.Builderproperties(AssetBundleExportJobFolderPropertyToOverride... properties)A list ofFolderresource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobFolderOverrideProperties.BuilderpropertiesWithStrings(String... properties)A list ofFolderresource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobFolderOverrideProperties.BuilderpropertiesWithStrings(Collection<String> properties)A list ofFolderresource properties to generate variables for in the returned CloudFormation template.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
AssetBundleExportJobFolderOverrideProperties.Builder arn(String arn)
The ARN of the specific
Folderresource whose override properties are configured in this structure.- Parameters:
arn- The ARN of the specificFolderresource whose override properties are configured in this structure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertiesWithStrings
AssetBundleExportJobFolderOverrideProperties.Builder propertiesWithStrings(Collection<String> properties)
A list of
Folderresource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties- A list ofFolderresource 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
AssetBundleExportJobFolderOverrideProperties.Builder propertiesWithStrings(String... properties)
A list of
Folderresource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties- A list ofFolderresource 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
AssetBundleExportJobFolderOverrideProperties.Builder properties(Collection<AssetBundleExportJobFolderPropertyToOverride> properties)
A list of
Folderresource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties- A list ofFolderresource 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
AssetBundleExportJobFolderOverrideProperties.Builder properties(AssetBundleExportJobFolderPropertyToOverride... properties)
A list of
Folderresource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties- A list ofFolderresource 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.
-
-