public static interface ListPlacementsResponse.Builder extends Iot1ClickProjectsResponse.Builder, SdkPojo, CopyableBuilder<ListPlacementsResponse.Builder,ListPlacementsResponse>
Modifier and Type | Method and Description |
---|---|
ListPlacementsResponse.Builder |
nextToken(String nextToken)
The token used to retrieve the next set of results - will be effectively empty if there are no further
results.
|
ListPlacementsResponse.Builder |
placements(Collection<PlacementSummary> placements)
An object listing the requested placements.
|
ListPlacementsResponse.Builder |
placements(Consumer<PlacementSummary.Builder>... placements)
An object listing the requested placements.
|
ListPlacementsResponse.Builder |
placements(PlacementSummary... placements)
An object listing the requested placements.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListPlacementsResponse.Builder placements(Collection<PlacementSummary> placements)
An object listing the requested placements.
placements
- An object listing the requested placements.ListPlacementsResponse.Builder placements(PlacementSummary... placements)
An object listing the requested placements.
placements
- An object listing the requested placements.ListPlacementsResponse.Builder placements(Consumer<PlacementSummary.Builder>... placements)
An object listing the requested placements.
This is a convenience 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 #placements(List)
.placements
- a consumer that will call methods on List.Builder
#placements(List)
ListPlacementsResponse.Builder nextToken(String nextToken)
The token used to retrieve the next set of results - will be effectively empty if there are no further results.
nextToken
- The token used to retrieve the next set of results - will be effectively empty if there are no further
results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.