public static interface DescribeEndpointGroupResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointGroupResponse.Builder,DescribeEndpointGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeEndpointGroupResponse.Builder |
endpointGroup(Consumer<EndpointGroup.Builder> endpointGroup)
The description of an endpoint group.
|
DescribeEndpointGroupResponse.Builder |
endpointGroup(EndpointGroup endpointGroup)
The description of an endpoint group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEndpointGroupResponse.Builder endpointGroup(EndpointGroup endpointGroup)
The description of an endpoint group.
endpointGroup - The description of an endpoint group.default DescribeEndpointGroupResponse.Builder endpointGroup(Consumer<EndpointGroup.Builder> endpointGroup)
The description of an endpoint group.
This is a convenience method that creates an instance of theEndpointGroup.Builder avoiding the need
to create one manually via EndpointGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to endpointGroup(EndpointGroup).
endpointGroup - a consumer that will call methods on EndpointGroup.BuilderendpointGroup(EndpointGroup)Copyright © 2023. All rights reserved.