Interface ListEndpointsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<ListEndpointsResponse.Builder,ListEndpointsResponse>,SdkBuilder<ListEndpointsResponse.Builder,ListEndpointsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListEndpointsResponse
public static interface ListEndpointsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListEndpointsResponse.Builder,ListEndpointsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEndpointsResponse.BuilderendpointPropertiesList(Collection<EndpointProperties> endpointPropertiesList)Displays a list of endpoint properties being retrieved by the service in response to the request.ListEndpointsResponse.BuilderendpointPropertiesList(Consumer<EndpointProperties.Builder>... endpointPropertiesList)Displays a list of endpoint properties being retrieved by the service in response to the request.ListEndpointsResponse.BuilderendpointPropertiesList(EndpointProperties... endpointPropertiesList)Displays a list of endpoint properties being retrieved by the service in response to the request.ListEndpointsResponse.BuildernextToken(String nextToken)Identifies the next page of results to return.-
Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
endpointPropertiesList
ListEndpointsResponse.Builder endpointPropertiesList(Collection<EndpointProperties> endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
- Parameters:
endpointPropertiesList- Displays a list of endpoint properties being retrieved by the service in response to the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointPropertiesList
ListEndpointsResponse.Builder endpointPropertiesList(EndpointProperties... endpointPropertiesList)
Displays a list of endpoint properties being retrieved by the service in response to the request.
- Parameters:
endpointPropertiesList- Displays a list of endpoint properties being retrieved by the service in response to the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointPropertiesList
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.Builderavoiding the need to create one manually viaEndpointProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#endpointPropertiesList(List.) - Parameters:
endpointPropertiesList- a consumer that will call methods onEndpointProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#endpointPropertiesList(java.util.Collection)
-
nextToken
ListEndpointsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
- Parameters:
nextToken- Identifies the next page of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-