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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DashboardSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the resource.DashboardSummary.BuildercreatedTime(Instant createdTime)The time that this dashboard was created.DashboardSummary.BuilderdashboardId(String dashboardId)Dashboard ID.DashboardSummary.BuilderlastPublishedTime(Instant lastPublishedTime)The last time that this dashboard was published.DashboardSummary.BuilderlastUpdatedTime(Instant lastUpdatedTime)The last time that this dashboard was updated.DashboardSummary.Buildername(String name)A display name for the dashboard.DashboardSummary.BuilderpublishedVersionNumber(Long publishedVersionNumber)Published version number.-
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
-
arn
DashboardSummary.Builder arn(String arn)
The 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.
-
dashboardId
DashboardSummary.Builder dashboardId(String dashboardId)
Dashboard ID.
- Parameters:
dashboardId- Dashboard ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DashboardSummary.Builder name(String name)
A 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.
-
createdTime
DashboardSummary.Builder createdTime(Instant createdTime)
The 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.
-
lastUpdatedTime
DashboardSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
The 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.
-
publishedVersionNumber
DashboardSummary.Builder publishedVersionNumber(Long publishedVersionNumber)
Published version number.
- Parameters:
publishedVersionNumber- Published version number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastPublishedTime
DashboardSummary.Builder lastPublishedTime(Instant lastPublishedTime)
The 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.
-
-