public static interface ListEndpointsRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<ListEndpointsRequest.Builder,ListEndpointsRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListEndpointsRequest.Builder |
filter(Consumer<EndpointFilter.Builder> filter)
Filters the endpoints that are returned.
|
ListEndpointsRequest.Builder |
filter(EndpointFilter filter)
Filters the endpoints that are returned.
|
ListEndpointsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in each page.
|
ListEndpointsRequest.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
ListEndpointsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEndpointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEndpointsRequest.Builder filter(EndpointFilter filter)
Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.
filter - Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the
date and time that they were created. You can only set one filter at a time.default ListEndpointsRequest.Builder filter(Consumer<EndpointFilter.Builder> filter)
Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.
This is a convenience method that creates an instance of theEndpointFilter.Builder avoiding the need
to create one manually via EndpointFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filter(EndpointFilter).
filter - a consumer that will call methods on EndpointFilter.Builderfilter(EndpointFilter)ListEndpointsRequest.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.ListEndpointsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in each page. The default is 100.
maxResults - The maximum number of results to return in each page. The default is 100.ListEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.