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 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 #entries(List) .entries - a consumer that will call methods on List.Builder #entries(List) 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 © 2021. All rights reserved.