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