public static interface DescribeManagedEndpointResponse.Builder extends EmrContainersResponse.Builder, SdkPojo, CopyableBuilder<DescribeManagedEndpointResponse.Builder,DescribeManagedEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeManagedEndpointResponse.Builder |
endpoint(Consumer<Endpoint.Builder> endpoint)
This output displays information about a managed endpoint.
|
DescribeManagedEndpointResponse.Builder |
endpoint(Endpoint endpoint)
This output displays information about a managed endpoint.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeManagedEndpointResponse.Builder endpoint(Endpoint endpoint)
This output displays information about a managed endpoint.
endpoint - This output displays information about a managed endpoint.default DescribeManagedEndpointResponse.Builder endpoint(Consumer<Endpoint.Builder> endpoint)
This output displays information about a managed endpoint.
This is a convenience method that creates an instance of theEndpoint.Builder avoiding the need to
create one manually via Endpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to endpoint(Endpoint).
endpoint - a consumer that will call methods on Endpoint.Builderendpoint(Endpoint)Copyright © 2023. All rights reserved.