Interface DashboardReference.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DashboardReference.Builder,
,DashboardReference> SdkBuilder<DashboardReference.Builder,
,DashboardReference> SdkPojo
- Enclosing class:
DashboardReference
@Mutable
@NotThreadSafe
public static interface DashboardReference.Builder
extends SdkPojo, CopyableBuilder<DashboardReference.Builder,DashboardReference>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the referenced dashboard.The timestamp when the dashboard was created.description
(String description) The description of the referenced dashboard.The name of the referenced dashboard.The dashboard type.type
(DashboardType type) The dashboard type.The timestamp when the dashboard was last modified.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
-
arn
The ARN of the referenced dashboard.
- Parameters:
arn
- The ARN of the referenced dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the referenced dashboard.
- Parameters:
name
- The name of the referenced dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the referenced dashboard.
- Parameters:
description
- The description of the referenced dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The dashboard type.
- Parameters:
type
- The dashboard type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The dashboard type.
- Parameters:
type
- The dashboard type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the dashboard was created.
- Parameters:
createdAt
- The timestamp when the dashboard was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the dashboard was last modified.
- Parameters:
updatedAt
- The timestamp when the dashboard was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-