Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.DashboardEntry.Builder
-
Packages that use DashboardEntry.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of DashboardEntry.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return DashboardEntry.Builder Modifier and Type Method Description static DashboardEntry.BuilderDashboardEntry. builder()DashboardEntry.BuilderDashboardEntry.Builder. dashboardArn(String dashboardArn)The Amazon Resource Name (ARN) of the dashboard.DashboardEntry.BuilderDashboardEntry.Builder. dashboardName(String dashboardName)The name of the dashboard.DashboardEntry.BuilderDashboardEntry.Builder. lastModified(Instant lastModified)The time stamp of when the dashboard was last modified, either by an API call or through the console.DashboardEntry.BuilderDashboardEntry.Builder. size(Long size)The size of the dashboard, in bytes.DashboardEntry.BuilderDashboardEntry. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DashboardEntry.Builder Modifier and Type Method Description static Class<? extends DashboardEntry.Builder>DashboardEntry. serializableBuilderClass()
-