| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default StartDashboardSnapshotJobResponse |
QuickSightClient.startDashboardSnapshotJob(Consumer<StartDashboardSnapshotJobRequest.Builder> startDashboardSnapshotJobRequest)
Starts an asynchronous job that generates a dashboard snapshot.
|
default CompletableFuture<StartDashboardSnapshotJobResponse> |
QuickSightAsyncClient.startDashboardSnapshotJob(Consumer<StartDashboardSnapshotJobRequest.Builder> startDashboardSnapshotJobRequest)
Starts an asynchronous job that generates a dashboard snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
StartDashboardSnapshotJobRequest.Builder |
StartDashboardSnapshotJobRequest.Builder.awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
|
static StartDashboardSnapshotJobRequest.Builder |
StartDashboardSnapshotJobRequest.builder() |
StartDashboardSnapshotJobRequest.Builder |
StartDashboardSnapshotJobRequest.Builder.dashboardId(String dashboardId)
The ID of the dashboard that you want to start a snapshot job for.
|
StartDashboardSnapshotJobRequest.Builder |
StartDashboardSnapshotJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDashboardSnapshotJobRequest.Builder |
StartDashboardSnapshotJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default StartDashboardSnapshotJobRequest.Builder |
StartDashboardSnapshotJobRequest.Builder.snapshotConfiguration(Consumer<SnapshotConfiguration.Builder> snapshotConfiguration)
A structure that describes the configuration of the dashboard snapshot.
|
StartDashboardSnapshotJobRequest.Builder |
StartDashboardSnapshotJobRequest.Builder.snapshotConfiguration(SnapshotConfiguration snapshotConfiguration)
A structure that describes the configuration of the dashboard snapshot.
|
StartDashboardSnapshotJobRequest.Builder |
StartDashboardSnapshotJobRequest.Builder.snapshotJobId(String snapshotJobId)
An ID for the dashboard snapshot job.
|
StartDashboardSnapshotJobRequest.Builder |
StartDashboardSnapshotJobRequest.toBuilder() |
default StartDashboardSnapshotJobRequest.Builder |
StartDashboardSnapshotJobRequest.Builder.userConfiguration(Consumer<SnapshotUserConfiguration.Builder> userConfiguration)
A structure that contains information about the anonymous users that the generated snapshot is for.
|
StartDashboardSnapshotJobRequest.Builder |
StartDashboardSnapshotJobRequest.Builder.userConfiguration(SnapshotUserConfiguration userConfiguration)
A structure that contains information about the anonymous users that the generated snapshot is for.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartDashboardSnapshotJobRequest.Builder> |
StartDashboardSnapshotJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.