Interface ListPlaceIndexesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListPlaceIndexesResponse.Builder,ListPlaceIndexesResponse>,LocationResponse.Builder,SdkBuilder<ListPlaceIndexesResponse.Builder,ListPlaceIndexesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListPlaceIndexesResponse
public static interface ListPlaceIndexesResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<ListPlaceIndexesResponse.Builder,ListPlaceIndexesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPlaceIndexesResponse.Builderentries(Collection<ListPlaceIndexesResponseEntry> entries)Lists the place index resources that exist in your Amazon Web Services accountListPlaceIndexesResponse.Builderentries(Consumer<ListPlaceIndexesResponseEntry.Builder>... entries)Lists the place index resources that exist in your Amazon Web Services accountListPlaceIndexesResponse.Builderentries(ListPlaceIndexesResponseEntry... entries)Lists the place index resources that exist in your Amazon Web Services accountListPlaceIndexesResponse.BuildernextToken(String nextToken)A pagination token indicating that there are additional pages available.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.location.model.LocationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
entries
ListPlaceIndexesResponse.Builder entries(Collection<ListPlaceIndexesResponseEntry> entries)
Lists the place index resources that exist in your Amazon Web Services account
- Parameters:
entries- Lists the place index resources that exist in your Amazon Web Services account- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
ListPlaceIndexesResponse.Builder entries(ListPlaceIndexesResponseEntry... entries)
Lists the place index resources that exist in your Amazon Web Services account
- Parameters:
entries- Lists the place index resources that exist in your Amazon Web Services account- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
ListPlaceIndexesResponse.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.Builderavoiding the need to create one manually viaListPlaceIndexesResponseEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#entries(List.) - Parameters:
entries- a consumer that will call methods onListPlaceIndexesResponseEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#entries(java.util.Collection)
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-