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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPlacementsResponse.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 method that creates an instance of thePlacementSummary.Builder avoiding the need to
create one manually via
PlacementSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #placements(List.
placements - a consumer that will call methods on
PlacementSummary.Builder#placements(java.util.Collection) 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 © 2022. All rights reserved.