Uses of Interface
software.amazon.awssdk.services.quicksight.model.CreateIngestionRequest.Builder
-
Packages that use CreateIngestionRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of CreateIngestionRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type CreateIngestionRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateIngestionResponse>QuickSightAsyncClient. createIngestion(Consumer<CreateIngestionRequest.Builder> createIngestionRequest)Creates and starts a new SPICE ingestion for a dataset.default CreateIngestionResponseQuickSightClient. createIngestion(Consumer<CreateIngestionRequest.Builder> createIngestionRequest)Creates and starts a new SPICE ingestion for a dataset. -
Uses of CreateIngestionRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CreateIngestionRequest.Builder Modifier and Type Method Description CreateIngestionRequest.BuilderCreateIngestionRequest.Builder. awsAccountId(String awsAccountId)The Amazon Web Services account ID.static CreateIngestionRequest.BuilderCreateIngestionRequest. builder()CreateIngestionRequest.BuilderCreateIngestionRequest.Builder. dataSetId(String dataSetId)The ID of the dataset used in the ingestion.CreateIngestionRequest.BuilderCreateIngestionRequest.Builder. ingestionId(String ingestionId)An ID for the ingestion.CreateIngestionRequest.BuilderCreateIngestionRequest.Builder. ingestionType(String ingestionType)The type of ingestion that you want to create.CreateIngestionRequest.BuilderCreateIngestionRequest.Builder. ingestionType(IngestionType ingestionType)The type of ingestion that you want to create.CreateIngestionRequest.BuilderCreateIngestionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateIngestionRequest.BuilderCreateIngestionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateIngestionRequest.BuilderCreateIngestionRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CreateIngestionRequest.Builder Modifier and Type Method Description static Class<? extends CreateIngestionRequest.Builder>CreateIngestionRequest. serializableBuilderClass()
-