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) |
ListLocationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.