public static interface DescribeDashboardSnapshotJobRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeDashboardSnapshotJobRequest.Builder,DescribeDashboardSnapshotJobRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardSnapshotJobRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
|
DescribeDashboardSnapshotJobRequest.Builder |
dashboardId(String dashboardId)
The ID of the dashboard that you have started a snapshot job for.
|
DescribeDashboardSnapshotJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDashboardSnapshotJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeDashboardSnapshotJobRequest.Builder |
snapshotJobId(String snapshotJobId)
The ID of the job to be described.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDashboardSnapshotJobRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
awsAccountId - The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.DescribeDashboardSnapshotJobRequest.Builder dashboardId(String dashboardId)
The ID of the dashboard that you have started a snapshot job for.
dashboardId - The ID of the dashboard that you have started a snapshot job for.DescribeDashboardSnapshotJobRequest.Builder snapshotJobId(String snapshotJobId)
The ID of the job to be described. The job ID is set when you start a new job with a
StartDashboardSnapshotJob API call.
snapshotJobId - The ID of the job to be described. The job ID is set when you start a new job with a
StartDashboardSnapshotJob API call.DescribeDashboardSnapshotJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDashboardSnapshotJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.