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 theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #destinationList(List) .destinationList - a consumer that will call methods on List.Builder #destinationList(List) Copyright © 2022. All rights reserved.