Interface DashboardEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DashboardEntry.Builder,
,DashboardEntry> SdkBuilder<DashboardEntry.Builder,
,DashboardEntry> SdkPojo
- Enclosing class:
DashboardEntry
public static interface DashboardEntry.Builder
extends SdkPojo, CopyableBuilder<DashboardEntry.Builder,DashboardEntry>
-
Method Summary
Modifier and TypeMethodDescriptiondashboardArn
(String dashboardArn) The Amazon Resource Name (ARN) of the dashboard.dashboardName
(String dashboardName) The name of the dashboard.lastModified
(Instant lastModified) The time stamp of when the dashboard was last modified, either by an API call or through the console.The size of the dashboard, in bytes.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, sdkFields
-
Method Details
-
dashboardName
The name of the dashboard.
- Parameters:
dashboardName
- The name of the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardArn
The Amazon Resource Name (ARN) of the dashboard.
- Parameters:
dashboardArn
- The Amazon Resource Name (ARN) of the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModified
The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
- Parameters:
lastModified
- The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
size
The size of the dashboard, in bytes.
- Parameters:
size
- The size of the dashboard, in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-