public static interface DescribeEndpointResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointResponse.Builder,DescribeEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeEndpointResponse.Builder |
endpointProperties(Consumer<EndpointProperties.Builder> endpointProperties)
Describes information associated with the specific endpoint.
|
DescribeEndpointResponse.Builder |
endpointProperties(EndpointProperties endpointProperties)
Describes information associated with the specific endpoint.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEndpointResponse.Builder endpointProperties(EndpointProperties endpointProperties)
Describes information associated with the specific endpoint.
endpointProperties - Describes information associated with the specific endpoint.default DescribeEndpointResponse.Builder endpointProperties(Consumer<EndpointProperties.Builder> endpointProperties)
Describes information associated with the specific endpoint.
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 endpointProperties(EndpointProperties).
endpointProperties - a consumer that will call methods on EndpointProperties.BuilderendpointProperties(EndpointProperties)Copyright © 2023. All rights reserved.