public static interface ListPickupLocationsRequest.Builder extends SnowballRequest.Builder, SdkPojo, CopyableBuilder<ListPickupLocationsRequest.Builder,ListPickupLocationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPickupLocationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of locations to list per page.
|
ListPickupLocationsRequest.Builder |
nextToken(String nextToken)
HTTP requests are stateless.
|
ListPickupLocationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPickupLocationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPickupLocationsRequest.Builder maxResults(Integer maxResults)
The maximum number of locations to list per page.
maxResults - The maximum number of locations to list per page.ListPickupLocationsRequest.Builder nextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of
ListPickupLocationsRequest 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
ListPickupLocationsRequest objects, you have the option of specifying
NextToken as the starting point for your returned list.ListPickupLocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPickupLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.