Interface DashboardSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DashboardSummary.Builder,,- DashboardSummary> - SdkBuilder<DashboardSummary.Builder,,- DashboardSummary> - SdkPojo
- Enclosing class:
- DashboardSummary
@Mutable
@NotThreadSafe
public static interface DashboardSummary.Builder
extends SdkPojo, CopyableBuilder<DashboardSummary.Builder,DashboardSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the resource.createdTime(Instant createdTime) The time that this dashboard was created.dashboardId(String dashboardId) Dashboard ID.lastPublishedTime(Instant lastPublishedTime) The last time that this dashboard was published.lastUpdatedTime(Instant lastUpdatedTime) The last time that this dashboard was updated.A display name for the dashboard.publishedVersionNumber(Long publishedVersionNumber) Published version number.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 Amazon Resource Name (ARN) of the resource. - Parameters:
- arn- The Amazon Resource Name (ARN) of the resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dashboardIdDashboard ID. - Parameters:
- dashboardId- Dashboard ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameA display name for the dashboard. - Parameters:
- name- A display name for the dashboard.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdTimeThe time that this dashboard was created. - Parameters:
- createdTime- The time that this dashboard was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastUpdatedTimeThe last time that this dashboard was updated. - Parameters:
- lastUpdatedTime- The last time that this dashboard was updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
publishedVersionNumberPublished version number. - Parameters:
- publishedVersionNumber- Published version number.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastPublishedTimeThe last time that this dashboard was published. - Parameters:
- lastPublishedTime- The last time that this dashboard was published.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-