public static interface ListMapsResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<ListMapsResponse.Builder,ListMapsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMapsResponse.Builder |
entries(Collection<ListMapsResponseEntry> entries)
Contains a list of maps in your AWS account
|
ListMapsResponse.Builder |
entries(Consumer<ListMapsResponseEntry.Builder>... entries)
Contains a list of maps in your AWS account
|
ListMapsResponse.Builder |
entries(ListMapsResponseEntry... entries)
Contains a list of maps in your AWS account
|
ListMapsResponse.Builder |
nextToken(String nextToken)
A pagination token indicating there are additional pages available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMapsResponse.Builder entries(Collection<ListMapsResponseEntry> entries)
Contains a list of maps in your AWS account
entries - Contains a list of maps in your AWS accountListMapsResponse.Builder entries(ListMapsResponseEntry... entries)
Contains a list of maps in your AWS account
entries - Contains a list of maps in your AWS accountListMapsResponse.Builder entries(Consumer<ListMapsResponseEntry.Builder>... entries)
Contains a list of maps in your AWS account
This is a convenience method that creates an instance of theListMapsResponseEntry.Builder avoiding the need to
create one manually via
ListMapsResponseEntry.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
ListMapsResponseEntry.Builder#entries(java.util.Collection) ListMapsResponse.Builder nextToken(String nextToken)
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
nextToken - A pagination token indicating there are additional pages available. You can use the token in a
following request to fetch the next set of results.Copyright © 2023. All rights reserved.