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