Interface AssetBundleImportJobDashboardOverrideParameters.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetBundleImportJobDashboardOverrideParameters.Builder,
,AssetBundleImportJobDashboardOverrideParameters> SdkBuilder<AssetBundleImportJobDashboardOverrideParameters.Builder,
,AssetBundleImportJobDashboardOverrideParameters> SdkPojo
- Enclosing class:
AssetBundleImportJobDashboardOverrideParameters
@Mutable
@NotThreadSafe
public static interface AssetBundleImportJobDashboardOverrideParameters.Builder
extends SdkPojo, CopyableBuilder<AssetBundleImportJobDashboardOverrideParameters.Builder,AssetBundleImportJobDashboardOverrideParameters>
-
Method Summary
Modifier and TypeMethodDescriptiondashboardId
(String dashboardId) The ID of the dashboard that you want to apply overrides to.A new name for the dashboard.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 Details
-
dashboardId
The ID of the dashboard that you want to apply overrides to.
- Parameters:
dashboardId
- The ID of the dashboard that you want to apply overrides to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A new name for the dashboard.
- Parameters:
name
- A new name for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-