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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe 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.
 
- 
nameThe 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.
 
- 
descriptionThe 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.
 
- 
typeThe dashboard type. - Parameters:
- type- The dashboard type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe dashboard type. - Parameters:
- type- The dashboard type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
createdAtThe 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.
 
- 
updatedAtThe 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.
 
 
-