public static interface ListLocationsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<ListLocationsRequest.Builder,ListLocationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLocationsRequest.Builder |
filters(Collection<LocationFilter> filters)
Sets the value of the Filters property for this object.
|
ListLocationsRequest.Builder |
filters(Consumer<LocationFilter.Builder>... filters)
Sets the value of the Filters property for this object.
|
ListLocationsRequest.Builder |
filters(LocationFilter... filters)
Sets the value of the Filters property for this object.
|
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 filters(Collection<LocationFilter> filters)
filters - The new value for the Filters property for this object.ListLocationsRequest.Builder filters(LocationFilter... filters)
filters - The new value for the Filters property for this object.ListLocationsRequest.Builder filters(Consumer<LocationFilter.Builder>... filters)
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) 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.