Interface DashboardDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DashboardDetail.Builder,DashboardDetail>,SdkBuilder<DashboardDetail.Builder,DashboardDetail>,SdkPojo
- Enclosing class:
- DashboardDetail
public static interface DashboardDetail.Builder extends SdkPojo, CopyableBuilder<DashboardDetail.Builder,DashboardDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DashboardDetail.BuilderdashboardArn(String dashboardArn)The ARN for the dashboard.DashboardDetail.Buildertype(String type)The type of dashboard.DashboardDetail.Buildertype(DashboardType type)The type of 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 Detail
-
dashboardArn
DashboardDetail.Builder dashboardArn(String dashboardArn)
The ARN for the dashboard.
- Parameters:
dashboardArn- The ARN for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
DashboardDetail.Builder type(String type)
The type of dashboard.
- Parameters:
type- The type of dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DashboardType,DashboardType
-
type
DashboardDetail.Builder type(DashboardType type)
The type of dashboard.
- Parameters:
type- The type of dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DashboardType,DashboardType
-
-