public static interface CreateCustomRoutingEndpointGroupResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<CreateCustomRoutingEndpointGroupResponse.Builder,CreateCustomRoutingEndpointGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateCustomRoutingEndpointGroupResponse.Builder |
endpointGroup(Consumer<CustomRoutingEndpointGroup.Builder> endpointGroup)
The information about the endpoint group created for a custom routing accelerator.
|
CreateCustomRoutingEndpointGroupResponse.Builder |
endpointGroup(CustomRoutingEndpointGroup endpointGroup)
The information about the endpoint group created for a custom routing accelerator.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCustomRoutingEndpointGroupResponse.Builder endpointGroup(CustomRoutingEndpointGroup endpointGroup)
The information about the endpoint group created for a custom routing accelerator.
endpointGroup - The information about the endpoint group created for a custom routing accelerator.default CreateCustomRoutingEndpointGroupResponse.Builder endpointGroup(Consumer<CustomRoutingEndpointGroup.Builder> endpointGroup)
The information about the endpoint group created 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.