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 Amazon Web Services 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 |
ingestionType(IngestionType ingestionType)
The type of ingestion that you want to create.
|
CreateIngestionRequest.Builder |
ingestionType(String ingestionType)
The type of ingestion that you want to create.
|
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 Amazon Web Services account ID.
awsAccountId - The Amazon Web Services account ID.CreateIngestionRequest.Builder ingestionType(String ingestionType)
The type of ingestion that you want to create.
ingestionType - The type of ingestion that you want to create.IngestionType,
IngestionTypeCreateIngestionRequest.Builder ingestionType(IngestionType ingestionType)
The type of ingestion that you want to create.
ingestionType - The type of ingestion that you want to create.IngestionType,
IngestionTypeCreateIngestionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIngestionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.