Uses of Interface
software.amazon.awssdk.services.quicksight.model.StartDashboardSnapshotJobScheduleRequest.Builder
-
Packages that use StartDashboardSnapshotJobScheduleRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of StartDashboardSnapshotJobScheduleRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type StartDashboardSnapshotJobScheduleRequest.Builder Modifier and Type Method Description default CompletableFuture<StartDashboardSnapshotJobScheduleResponse>QuickSightAsyncClient. startDashboardSnapshotJobSchedule(Consumer<StartDashboardSnapshotJobScheduleRequest.Builder> startDashboardSnapshotJobScheduleRequest)Starts an asynchronous job that runs an existing dashboard schedule and sends the dashboard snapshot through email.default StartDashboardSnapshotJobScheduleResponseQuickSightClient. startDashboardSnapshotJobSchedule(Consumer<StartDashboardSnapshotJobScheduleRequest.Builder> startDashboardSnapshotJobScheduleRequest)Starts an asynchronous job that runs an existing dashboard schedule and sends the dashboard snapshot through email. -
Uses of StartDashboardSnapshotJobScheduleRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return StartDashboardSnapshotJobScheduleRequest.Builder Modifier and Type Method Description StartDashboardSnapshotJobScheduleRequest.BuilderStartDashboardSnapshotJobScheduleRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.static StartDashboardSnapshotJobScheduleRequest.BuilderStartDashboardSnapshotJobScheduleRequest. builder()StartDashboardSnapshotJobScheduleRequest.BuilderStartDashboardSnapshotJobScheduleRequest.Builder. dashboardId(String dashboardId)The ID of the dashboard that you want to start a snapshot job schedule for.StartDashboardSnapshotJobScheduleRequest.BuilderStartDashboardSnapshotJobScheduleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDashboardSnapshotJobScheduleRequest.BuilderStartDashboardSnapshotJobScheduleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartDashboardSnapshotJobScheduleRequest.BuilderStartDashboardSnapshotJobScheduleRequest.Builder. scheduleId(String scheduleId)The ID of the schedule that you want to start a snapshot job schedule for.StartDashboardSnapshotJobScheduleRequest.BuilderStartDashboardSnapshotJobScheduleRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type StartDashboardSnapshotJobScheduleRequest.Builder Modifier and Type Method Description static Class<? extends StartDashboardSnapshotJobScheduleRequest.Builder>StartDashboardSnapshotJobScheduleRequest. serializableBuilderClass()
-