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.
|
buildoverrideConfigurationcopyapplyMutation, buildListLocationsRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.