public static interface ListPlaceIndexesResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<ListPlaceIndexesResponse.Builder,ListPlaceIndexesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPlaceIndexesResponse.Builder |
entries(Collection<ListPlaceIndexesResponseEntry> entries)
Lists the place index resources that exist in your Amazon Web Services account
|
ListPlaceIndexesResponse.Builder |
entries(Consumer<ListPlaceIndexesResponseEntry.Builder>... entries)
Lists the place index resources that exist in your Amazon Web Services account
|
ListPlaceIndexesResponse.Builder |
entries(ListPlaceIndexesResponseEntry... entries)
Lists the place index resources that exist in your Amazon Web Services account
|
ListPlaceIndexesResponse.Builder |
nextToken(String nextToken)
A pagination token indicating that there are additional pages available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPlaceIndexesResponse.Builder entries(Collection<ListPlaceIndexesResponseEntry> entries)
Lists the place index resources that exist in your Amazon Web Services account
entries - Lists the place index resources that exist in your Amazon Web Services accountListPlaceIndexesResponse.Builder entries(ListPlaceIndexesResponseEntry... entries)
Lists the place index resources that exist in your Amazon Web Services account
entries - Lists the place index resources that exist in your Amazon Web Services accountListPlaceIndexesResponse.Builder entries(Consumer<ListPlaceIndexesResponseEntry.Builder>... entries)
Lists the place index resources that exist in your Amazon Web Services account
This is a convenience method that creates an instance of theListPlaceIndexesResponseEntry.Builder avoiding the
need to create one manually via
ListPlaceIndexesResponseEntry.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #entries(List.
entries - a consumer that will call methods on
ListPlaceIndexesResponseEntry.Builder#entries(java.util.Collection) ListPlaceIndexesResponse.Builder nextToken(String nextToken)
A pagination token indicating that there are additional pages available. You can use the token in a new request to fetch the next page of results.
nextToken - A pagination token indicating that there are additional pages available. You can use the token in a
new request to fetch the next page of results.Copyright © 2023. All rights reserved.