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 method that creates an instance of theEndpointProperties.Builder avoiding the need to
create one manually via EndpointProperties.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #endpointPropertiesList(List.
endpointPropertiesList - a consumer that will call methods on
EndpointProperties.Builder#endpointPropertiesList(java.util.Collection) ListEndpointsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.Copyright © 2023. All rights reserved.