Interface AssetBundleExportJobDataSourceOverrideProperties.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetBundleExportJobDataSourceOverrideProperties.Builder,AssetBundleExportJobDataSourceOverrideProperties>
,SdkBuilder<AssetBundleExportJobDataSourceOverrideProperties.Builder,AssetBundleExportJobDataSourceOverrideProperties>
,SdkPojo
- Enclosing class:
- AssetBundleExportJobDataSourceOverrideProperties
public static interface AssetBundleExportJobDataSourceOverrideProperties.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobDataSourceOverrideProperties.Builder,AssetBundleExportJobDataSourceOverrideProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleExportJobDataSourceOverrideProperties.Builder
arn(String arn)
The ARN of the specificDataSource
resource whose override properties are configured in this structure.AssetBundleExportJobDataSourceOverrideProperties.Builder
properties(Collection<AssetBundleExportJobDataSourcePropertyToOverride> properties)
A list ofDataSource
resource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobDataSourceOverrideProperties.Builder
properties(AssetBundleExportJobDataSourcePropertyToOverride... properties)
A list ofDataSource
resource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobDataSourceOverrideProperties.Builder
propertiesWithStrings(String... properties)
A list ofDataSource
resource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobDataSourceOverrideProperties.Builder
propertiesWithStrings(Collection<String> properties)
A list ofDataSource
resource 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, sdkFields
-
-
-
-
Method Detail
-
arn
AssetBundleExportJobDataSourceOverrideProperties.Builder arn(String arn)
The ARN of the specific
DataSource
resource whose override properties are configured in this structure.- Parameters:
arn
- The ARN of the specificDataSource
resource whose override properties are configured in this structure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertiesWithStrings
AssetBundleExportJobDataSourceOverrideProperties.Builder propertiesWithStrings(Collection<String> properties)
A list of
DataSource
resource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties
- A list ofDataSource
resource 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
AssetBundleExportJobDataSourceOverrideProperties.Builder propertiesWithStrings(String... properties)
A list of
DataSource
resource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties
- A list ofDataSource
resource 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
AssetBundleExportJobDataSourceOverrideProperties.Builder properties(Collection<AssetBundleExportJobDataSourcePropertyToOverride> properties)
A list of
DataSource
resource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties
- A list ofDataSource
resource 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
AssetBundleExportJobDataSourceOverrideProperties.Builder properties(AssetBundleExportJobDataSourcePropertyToOverride... properties)
A list of
DataSource
resource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties
- A list ofDataSource
resource 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.
-
-