public static interface ListIngestionDestinationsResponse.Builder extends AppFabricResponse.Builder, SdkPojo, CopyableBuilder<ListIngestionDestinationsResponse.Builder,ListIngestionDestinationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIngestionDestinationsResponse.Builder |
ingestionDestinations(Collection<IngestionDestinationSummary> ingestionDestinations)
Contains a list of ingestion destination summaries.
|
ListIngestionDestinationsResponse.Builder |
ingestionDestinations(Consumer<IngestionDestinationSummary.Builder>... ingestionDestinations)
Contains a list of ingestion destination summaries.
|
ListIngestionDestinationsResponse.Builder |
ingestionDestinations(IngestionDestinationSummary... ingestionDestinations)
Contains a list of ingestion destination summaries.
|
ListIngestionDestinationsResponse.Builder |
nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIngestionDestinationsResponse.Builder ingestionDestinations(Collection<IngestionDestinationSummary> ingestionDestinations)
Contains a list of ingestion destination summaries.
ingestionDestinations - Contains a list of ingestion destination summaries.ListIngestionDestinationsResponse.Builder ingestionDestinations(IngestionDestinationSummary... ingestionDestinations)
Contains a list of ingestion destination summaries.
ingestionDestinations - Contains a list of ingestion destination summaries.ListIngestionDestinationsResponse.Builder ingestionDestinations(Consumer<IngestionDestinationSummary.Builder>... ingestionDestinations)
Contains a list of ingestion destination summaries.
This is a convenience method that creates an instance of theIngestionDestinationSummary.Builder avoiding the need
to create one manually via
IngestionDestinationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #ingestionDestinations(List.
ingestionDestinations - a consumer that will call methods on
IngestionDestinationSummary.Builder#ingestionDestinations(java.util.Collection) ListIngestionDestinationsResponse.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired
pagination token will return an HTTP 400 InvalidToken error.
nextToken - If nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token
expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken
error.Copyright © 2023. All rights reserved.