Interface DescribeDashboardSnapshotJobResultRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDashboardSnapshotJobResultRequest.Builder,DescribeDashboardSnapshotJobResultRequest>,QuickSightRequest.Builder,SdkBuilder<DescribeDashboardSnapshotJobResultRequest.Builder,DescribeDashboardSnapshotJobResultRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDashboardSnapshotJobResultRequest
public static interface DescribeDashboardSnapshotJobResultRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeDashboardSnapshotJobResultRequest.Builder,DescribeDashboardSnapshotJobResultRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDashboardSnapshotJobResultRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.DescribeDashboardSnapshotJobResultRequest.BuilderdashboardId(String dashboardId)The ID of the dashboard that you have started a snapshot job for.DescribeDashboardSnapshotJobResultRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDashboardSnapshotJobResultRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDashboardSnapshotJobResultRequest.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
DescribeDashboardSnapshotJobResultRequest.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
DescribeDashboardSnapshotJobResultRequest.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
DescribeDashboardSnapshotJobResultRequest.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
DescribeDashboardSnapshotJobResultRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDashboardSnapshotJobResultRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-