Uses of Interface
software.amazon.awssdk.services.quicksight.model.DescribeDashboardSnapshotJobRequest.Builder
-
Packages that use DescribeDashboardSnapshotJobRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of DescribeDashboardSnapshotJobRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type DescribeDashboardSnapshotJobRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeDashboardSnapshotJobResponse>QuickSightAsyncClient. describeDashboardSnapshotJob(Consumer<DescribeDashboardSnapshotJobRequest.Builder> describeDashboardSnapshotJobRequest)Describes an existing snapshot job.default DescribeDashboardSnapshotJobResponseQuickSightClient. describeDashboardSnapshotJob(Consumer<DescribeDashboardSnapshotJobRequest.Builder> describeDashboardSnapshotJobRequest)Describes an existing snapshot job. -
Uses of DescribeDashboardSnapshotJobRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DescribeDashboardSnapshotJobRequest.Builder Modifier and Type Method Description DescribeDashboardSnapshotJobRequest.BuilderDescribeDashboardSnapshotJobRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.static DescribeDashboardSnapshotJobRequest.BuilderDescribeDashboardSnapshotJobRequest. builder()DescribeDashboardSnapshotJobRequest.BuilderDescribeDashboardSnapshotJobRequest.Builder. dashboardId(String dashboardId)The ID of the dashboard that you have started a snapshot job for.DescribeDashboardSnapshotJobRequest.BuilderDescribeDashboardSnapshotJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDashboardSnapshotJobRequest.BuilderDescribeDashboardSnapshotJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDashboardSnapshotJobRequest.BuilderDescribeDashboardSnapshotJobRequest.Builder. snapshotJobId(String snapshotJobId)The ID of the job to be described.DescribeDashboardSnapshotJobRequest.BuilderDescribeDashboardSnapshotJobRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DescribeDashboardSnapshotJobRequest.Builder Modifier and Type Method Description static Class<? extends DescribeDashboardSnapshotJobRequest.Builder>DescribeDashboardSnapshotJobRequest. serializableBuilderClass()
-