Interface DashboardDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DashboardDetail.Builder,
,DashboardDetail> SdkBuilder<DashboardDetail.Builder,
,DashboardDetail> SdkPojo
- Enclosing class:
DashboardDetail
@Mutable
@NotThreadSafe
public static interface DashboardDetail.Builder
extends SdkPojo, CopyableBuilder<DashboardDetail.Builder,DashboardDetail>
-
Method Summary
Modifier and TypeMethodDescriptiondashboardArn
(String dashboardArn) The ARN for the dashboard.The type of dashboard.type
(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 Details
-
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
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:
-
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:
-