public static interface ListLocationsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<ListLocationsRequest.Builder,ListLocationsRequest>
Modifier and Type | Method and Description |
---|---|
ListLocationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of locations to return.
|
ListLocationsRequest.Builder |
nextToken(String nextToken)
An opaque string that indicates the position at which to begin the next list of locations.
|
ListLocationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListLocationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListLocationsRequest.Builder maxResults(Integer maxResults)
The maximum number of locations to return.
maxResults
- The maximum number of locations to return.ListLocationsRequest.Builder nextToken(String nextToken)
An opaque string that indicates the position at which to begin the next list of locations.
nextToken
- An opaque string that indicates the position at which to begin the next list of locations.ListLocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.