public static interface ListPickupLocationsResponse.Builder extends SnowballResponse.Builder, SdkPojo, CopyableBuilder<ListPickupLocationsResponse.Builder,ListPickupLocationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPickupLocationsResponse.Builder |
addresses(Address... addresses)
Information about the address of pickup locations.
|
ListPickupLocationsResponse.Builder |
addresses(Collection<Address> addresses)
Information about the address of pickup locations.
|
ListPickupLocationsResponse.Builder |
addresses(Consumer<Address.Builder>... addresses)
Information about the address of pickup locations.
|
ListPickupLocationsResponse.Builder |
nextToken(String nextToken)
HTTP requests are stateless.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPickupLocationsResponse.Builder addresses(Collection<Address> addresses)
Information about the address of pickup locations.
addresses - Information about the address of pickup locations.ListPickupLocationsResponse.Builder addresses(Address... addresses)
Information about the address of pickup locations.
addresses - Information about the address of pickup locations.ListPickupLocationsResponse.Builder addresses(Consumer<Address.Builder>... addresses)
Information about the address of pickup locations.
This is a convenience method that creates an instance of theAddress.Builder avoiding the need to create one
manually via Address.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #addresses(List).
addresses - a consumer that will call methods on
Address.Builder#addresses(java.util.Collection)ListPickupLocationsResponse.Builder nextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of
ListPickupLocationsResult objects, you have the option of specifying NextToken as
the starting point for your returned list.
nextToken - HTTP requests are stateless. To identify what object comes "next" in the list of
ListPickupLocationsResult objects, you have the option of specifying
NextToken as the starting point for your returned list.Copyright © 2023. All rights reserved.