public static interface ListInstancesRequest.Builder extends LicenseManagerUserSubscriptionsRequest.Builder, SdkPojo, CopyableBuilder<ListInstancesRequest.Builder,ListInstancesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListInstancesRequest.Builder |
filters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.
|
ListInstancesRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.
|
ListInstancesRequest.Builder |
filters(Filter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.
|
ListInstancesRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListInstancesRequest.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
ListInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInstancesRequest.Builder filters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
filters - An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.ListInstancesRequest.Builder filters(Filter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
filters - An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.ListInstancesRequest.Builder filters(Consumer<Filter.Builder>... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
This is a convenience method that creates an instance of theList.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) ListInstancesRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return in a single call.
maxResults - Maximum number of results to return in a single call.ListInstancesRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.