Interface AssetBundleImportJobDashboardOverrideParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleImportJobDashboardOverrideParameters.Builder,AssetBundleImportJobDashboardOverrideParameters>,SdkBuilder<AssetBundleImportJobDashboardOverrideParameters.Builder,AssetBundleImportJobDashboardOverrideParameters>,SdkPojo
- Enclosing class:
- AssetBundleImportJobDashboardOverrideParameters
public static interface AssetBundleImportJobDashboardOverrideParameters.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobDashboardOverrideParameters.Builder,AssetBundleImportJobDashboardOverrideParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleImportJobDashboardOverrideParameters.BuilderdashboardId(String dashboardId)The ID of the dashboard that you want to apply overrides to.AssetBundleImportJobDashboardOverrideParameters.Buildername(String name)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, sdkFields
-
-
-
-
Method Detail
-
dashboardId
AssetBundleImportJobDashboardOverrideParameters.Builder dashboardId(String 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
AssetBundleImportJobDashboardOverrideParameters.Builder name(String 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.
-
-