Interface AssetBundleExportJobDashboardOverrideProperties.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetBundleExportJobDashboardOverrideProperties.Builder,AssetBundleExportJobDashboardOverrideProperties>
,SdkBuilder<AssetBundleExportJobDashboardOverrideProperties.Builder,AssetBundleExportJobDashboardOverrideProperties>
,SdkPojo
- Enclosing class:
- AssetBundleExportJobDashboardOverrideProperties
public static interface AssetBundleExportJobDashboardOverrideProperties.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobDashboardOverrideProperties.Builder,AssetBundleExportJobDashboardOverrideProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleExportJobDashboardOverrideProperties.Builder
arn(String arn)
The ARN of the specificDashboard
resource whose override properties are configured in this structure.AssetBundleExportJobDashboardOverrideProperties.Builder
properties(Collection<AssetBundleExportJobDashboardPropertyToOverride> properties)
A list ofDashboard
resource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobDashboardOverrideProperties.Builder
properties(AssetBundleExportJobDashboardPropertyToOverride... properties)
A list ofDashboard
resource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobDashboardOverrideProperties.Builder
propertiesWithStrings(String... properties)
A list ofDashboard
resource properties to generate variables for in the returned CloudFormation template.AssetBundleExportJobDashboardOverrideProperties.Builder
propertiesWithStrings(Collection<String> properties)
A list ofDashboard
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
AssetBundleExportJobDashboardOverrideProperties.Builder arn(String arn)
The ARN of the specific
Dashboard
resource whose override properties are configured in this structure.- Parameters:
arn
- The ARN of the specificDashboard
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
AssetBundleExportJobDashboardOverrideProperties.Builder propertiesWithStrings(Collection<String> properties)
A list of
Dashboard
resource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties
- A list ofDashboard
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
AssetBundleExportJobDashboardOverrideProperties.Builder propertiesWithStrings(String... properties)
A list of
Dashboard
resource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties
- A list ofDashboard
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
AssetBundleExportJobDashboardOverrideProperties.Builder properties(Collection<AssetBundleExportJobDashboardPropertyToOverride> properties)
A list of
Dashboard
resource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties
- A list ofDashboard
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
AssetBundleExportJobDashboardOverrideProperties.Builder properties(AssetBundleExportJobDashboardPropertyToOverride... properties)
A list of
Dashboard
resource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties
- A list ofDashboard
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.
-
-