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