public static interface CreateIngestionResponse.Builder extends AppFabricResponse.Builder, SdkPojo, CopyableBuilder<CreateIngestionResponse.Builder,CreateIngestionResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateIngestionResponse.Builder |
ingestion(Consumer<Ingestion.Builder> ingestion)
Contains information about an ingestion.
|
CreateIngestionResponse.Builder |
ingestion(Ingestion ingestion)
Contains information about an ingestion.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIngestionResponse.Builder ingestion(Ingestion ingestion)
Contains information about an ingestion.
ingestion - Contains information about an ingestion.default CreateIngestionResponse.Builder ingestion(Consumer<Ingestion.Builder> ingestion)
Contains information about an ingestion.
This is a convenience method that creates an instance of theIngestion.Builder avoiding the need to
create one manually via Ingestion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to ingestion(Ingestion).
ingestion - a consumer that will call methods on Ingestion.Builderingestion(Ingestion)Copyright © 2023. All rights reserved.