public static interface ListServiceInstancesRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListServiceInstancesRequest.Builder,ListServiceInstancesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListServiceInstancesRequest.Builder |
filters(Collection<ListServiceInstancesFilter> filters)
An array of filtering criteria that scope down the result list.
|
ListServiceInstancesRequest.Builder |
filters(Consumer<ListServiceInstancesFilter.Builder>... filters)
An array of filtering criteria that scope down the result list.
|
ListServiceInstancesRequest.Builder |
filters(ListServiceInstancesFilter... filters)
An array of filtering criteria that scope down the result list.
|
ListServiceInstancesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of service instances to list.
|
ListServiceInstancesRequest.Builder |
nextToken(String nextToken)
A token that indicates the location of the next service in the array of service instances, after the list of
service instances that was previously requested.
|
ListServiceInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServiceInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListServiceInstancesRequest.Builder |
serviceName(String serviceName)
The name of the service that the service instance belongs to.
|
ListServiceInstancesRequest.Builder |
sortBy(ListServiceInstancesSortBy sortBy)
The field that the result list is sorted by.
|
ListServiceInstancesRequest.Builder |
sortBy(String sortBy)
The field that the result list is sorted by.
|
ListServiceInstancesRequest.Builder |
sortOrder(SortOrder sortOrder)
Result list sort order.
|
ListServiceInstancesRequest.Builder |
sortOrder(String sortOrder)
Result list sort order.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceInstancesRequest.Builder filters(Collection<ListServiceInstancesFilter> filters)
An array of filtering criteria that scope down the result list. By default, all service instances in the Amazon Web Services account are returned.
filters - An array of filtering criteria that scope down the result list. By default, all service instances in
the Amazon Web Services account are returned.ListServiceInstancesRequest.Builder filters(ListServiceInstancesFilter... filters)
An array of filtering criteria that scope down the result list. By default, all service instances in the Amazon Web Services account are returned.
filters - An array of filtering criteria that scope down the result list. By default, all service instances in
the Amazon Web Services account are returned.ListServiceInstancesRequest.Builder filters(Consumer<ListServiceInstancesFilter.Builder>... filters)
An array of filtering criteria that scope down the result list. By default, all service instances in the Amazon Web Services account are returned.
This is a convenience method that creates an instance of theListServiceInstancesFilter.Builder avoiding the need to
create one manually via
ListServiceInstancesFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
ListServiceInstancesFilter.Builder#filters(java.util.Collection) ListServiceInstancesRequest.Builder maxResults(Integer maxResults)
The maximum number of service instances to list.
maxResults - The maximum number of service instances to list.ListServiceInstancesRequest.Builder nextToken(String nextToken)
A token that indicates the location of the next service in the array of service instances, after the list of service instances that was previously requested.
nextToken - A token that indicates the location of the next service in the array of service instances, after the
list of service instances that was previously requested.ListServiceInstancesRequest.Builder serviceName(String serviceName)
The name of the service that the service instance belongs to.
serviceName - The name of the service that the service instance belongs to.ListServiceInstancesRequest.Builder sortBy(String sortBy)
The field that the result list is sorted by.
When you choose to sort by serviceName, service instances within each service are sorted by
service instance name.
Default: serviceName
sortBy - The field that the result list is sorted by.
When you choose to sort by serviceName, service instances within each service are sorted
by service instance name.
Default: serviceName
ListServiceInstancesSortBy,
ListServiceInstancesSortByListServiceInstancesRequest.Builder sortBy(ListServiceInstancesSortBy sortBy)
The field that the result list is sorted by.
When you choose to sort by serviceName, service instances within each service are sorted by
service instance name.
Default: serviceName
sortBy - The field that the result list is sorted by.
When you choose to sort by serviceName, service instances within each service are sorted
by service instance name.
Default: serviceName
ListServiceInstancesSortBy,
ListServiceInstancesSortByListServiceInstancesRequest.Builder sortOrder(String sortOrder)
Result list sort order.
Default: ASCENDING
ListServiceInstancesRequest.Builder sortOrder(SortOrder sortOrder)
Result list sort order.
Default: ASCENDING
ListServiceInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListServiceInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.