public static interface CancelIngestionRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CancelIngestionRequest.Builder,CancelIngestionRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelIngestionRequest.Builder |
awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
CancelIngestionRequest.Builder |
dataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
|
CancelIngestionRequest.Builder |
ingestionId(String ingestionId)
An ID for the ingestion.
|
CancelIngestionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelIngestionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelIngestionRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId - The Amazon Web Services account ID.CancelIngestionRequest.Builder dataSetId(String dataSetId)
The ID of the dataset used in the ingestion.
dataSetId - The ID of the dataset used in the ingestion.CancelIngestionRequest.Builder ingestionId(String ingestionId)
An ID for the ingestion.
ingestionId - An ID for the ingestion.CancelIngestionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCancelIngestionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.