public static interface ListEndpointsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListEndpointsResponse.Builder,ListEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResponse.Builder |
endpointPropertiesList(Collection<EndpointProperties> endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
|
ListEndpointsResponse.Builder |
endpointPropertiesList(Consumer<EndpointProperties.Builder>... endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
|
ListEndpointsResponse.Builder |
endpointPropertiesList(EndpointProperties... endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
|
ListEndpointsResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEndpointsResponse.Builder endpointPropertiesList(Collection<EndpointProperties> endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
endpointPropertiesList - Displays a list of endpoint properties being retrieved by the service in response to the request.ListEndpointsResponse.Builder endpointPropertiesList(EndpointProperties... endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
endpointPropertiesList - Displays a list of endpoint properties being retrieved by the service in response to the request.ListEndpointsResponse.Builder endpointPropertiesList(Consumer<EndpointProperties.Builder>... endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
This is a convenience 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 #endpointPropertiesList(List) .endpointPropertiesList - a consumer that will call methods on List.Builder #endpointPropertiesList(List) ListEndpointsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.Copyright © 2021. All rights reserved.