Uses of Interface
software.amazon.awssdk.services.quicksight.model.Dashboard.Builder
-
Packages that use Dashboard.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Dashboard.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return Dashboard.Builder Modifier and Type Method Description Dashboard.BuilderDashboard.Builder. arn(String arn)The Amazon Resource Name (ARN) of the resource.static Dashboard.BuilderDashboard. builder()Dashboard.BuilderDashboard.Builder. createdTime(Instant createdTime)The time that this dashboard was created.Dashboard.BuilderDashboard.Builder. dashboardId(String dashboardId)Dashboard ID.Dashboard.BuilderDashboard.Builder. lastPublishedTime(Instant lastPublishedTime)The last time that this dashboard was published.Dashboard.BuilderDashboard.Builder. lastUpdatedTime(Instant lastUpdatedTime)The last time that this dashboard was updated.Dashboard.BuilderDashboard.Builder. name(String name)A display name for the dashboard.Dashboard.BuilderDashboard. toBuilder()default Dashboard.BuilderDashboard.Builder. version(Consumer<DashboardVersion.Builder> version)Version.Dashboard.BuilderDashboard.Builder. version(DashboardVersion version)Version.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type Dashboard.Builder Modifier and Type Method Description static Class<? extends Dashboard.Builder>Dashboard. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type Dashboard.Builder Modifier and Type Method Description default DescribeDashboardResponse.BuilderDescribeDashboardResponse.Builder. dashboard(Consumer<Dashboard.Builder> dashboard)Information about the dashboard.
-