Interface DescribeDashboardSnapshotJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDashboardSnapshotJobRequest.Builder,DescribeDashboardSnapshotJobRequest>,QuickSightRequest.Builder,SdkBuilder<DescribeDashboardSnapshotJobRequest.Builder,DescribeDashboardSnapshotJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDashboardSnapshotJobRequest
public static interface DescribeDashboardSnapshotJobRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeDashboardSnapshotJobRequest.Builder,DescribeDashboardSnapshotJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDashboardSnapshotJobRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.DescribeDashboardSnapshotJobRequest.BuilderdashboardId(String dashboardId)The ID of the dashboard that you have started a snapshot job for.DescribeDashboardSnapshotJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDashboardSnapshotJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDashboardSnapshotJobRequest.BuildersnapshotJobId(String snapshotJobId)The ID of the job to be described.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
DescribeDashboardSnapshotJobRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardId
DescribeDashboardSnapshotJobRequest.Builder dashboardId(String dashboardId)
The ID of the dashboard that you have started a snapshot job for.
- Parameters:
dashboardId- The ID of the dashboard that you have started a snapshot job for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotJobId
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
StartDashboardSnapshotJobAPI call.- Parameters:
snapshotJobId- The ID of the job to be described. The job ID is set when you start a new job with aStartDashboardSnapshotJobAPI call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDashboardSnapshotJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDashboardSnapshotJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-