public static interface ListDestinationsResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListDestinationsResponse.Builder,ListDestinationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDestinationsResponse.Builder |
destinationList(Collection<Destinations> destinationList)
The list of destinations.
|
ListDestinationsResponse.Builder |
destinationList(Consumer<Destinations.Builder>... destinationList)
The list of destinations.
|
ListDestinationsResponse.Builder |
destinationList(Destinations... destinationList)
The list of destinations.
|
ListDestinationsResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDestinationsResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional results.ListDestinationsResponse.Builder destinationList(Collection<Destinations> destinationList)
The list of destinations.
destinationList - The list of destinations.ListDestinationsResponse.Builder destinationList(Destinations... destinationList)
The list of destinations.
destinationList - The list of destinations.ListDestinationsResponse.Builder destinationList(Consumer<Destinations.Builder>... destinationList)
The list of destinations.
This is a convenience method that creates an instance of theDestinations.Builder avoiding the need to create
one manually via Destinations.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #destinationList(List.
destinationList - a consumer that will call methods on
Destinations.Builder#destinationList(java.util.Collection) Copyright © 2022. All rights reserved.