public static interface CustomRoutingEndpointGroup.Builder extends SdkPojo, CopyableBuilder<CustomRoutingEndpointGroup.Builder,CustomRoutingEndpointGroup>
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingEndpointGroup.Builder |
destinationDescriptions(Collection<CustomRoutingDestinationDescription> destinationDescriptions)
For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private
cloud subnets) in an endpoint group to accept client traffic on.
|
CustomRoutingEndpointGroup.Builder |
destinationDescriptions(Consumer<CustomRoutingDestinationDescription.Builder>... destinationDescriptions)
For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private
cloud subnets) in an endpoint group to accept client traffic on.
|
CustomRoutingEndpointGroup.Builder |
destinationDescriptions(CustomRoutingDestinationDescription... destinationDescriptions)
For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private
cloud subnets) in an endpoint group to accept client traffic on.
|
CustomRoutingEndpointGroup.Builder |
endpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)
For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint
group to accept client traffic on.
|
CustomRoutingEndpointGroup.Builder |
endpointDescriptions(Consumer<CustomRoutingEndpointDescription.Builder>... endpointDescriptions)
For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint
group to accept client traffic on.
|
CustomRoutingEndpointGroup.Builder |
endpointDescriptions(CustomRoutingEndpointDescription... endpointDescriptions)
For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint
group to accept client traffic on.
|
CustomRoutingEndpointGroup.Builder |
endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
CustomRoutingEndpointGroup.Builder |
endpointGroupRegion(String endpointGroupRegion)
The AWS Region where the endpoint group is located.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomRoutingEndpointGroup.Builder endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
endpointGroupArn - The Amazon Resource Name (ARN) of the endpoint group.CustomRoutingEndpointGroup.Builder endpointGroupRegion(String endpointGroupRegion)
The AWS Region where the endpoint group is located.
endpointGroupRegion - The AWS Region where the endpoint group is located.CustomRoutingEndpointGroup.Builder destinationDescriptions(Collection<CustomRoutingDestinationDescription> destinationDescriptions)
For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.
destinationDescriptions - For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual
private cloud subnets) in an endpoint group to accept client traffic on.CustomRoutingEndpointGroup.Builder destinationDescriptions(CustomRoutingDestinationDescription... destinationDescriptions)
For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.
destinationDescriptions - For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual
private cloud subnets) in an endpoint group to accept client traffic on.CustomRoutingEndpointGroup.Builder destinationDescriptions(Consumer<CustomRoutingDestinationDescription.Builder>... destinationDescriptions)
For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #destinationDescriptions(List) .destinationDescriptions - a consumer that will call methods on List.Builder #destinationDescriptions(List) CustomRoutingEndpointGroup.Builder endpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)
For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.
endpointDescriptions - For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an
endpoint group to accept client traffic on.CustomRoutingEndpointGroup.Builder endpointDescriptions(CustomRoutingEndpointDescription... endpointDescriptions)
For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.
endpointDescriptions - For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an
endpoint group to accept client traffic on.CustomRoutingEndpointGroup.Builder endpointDescriptions(Consumer<CustomRoutingEndpointDescription.Builder>... endpointDescriptions)
For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #endpointDescriptions(List)
.endpointDescriptions - a consumer that will call methods on List.Builder #endpointDescriptions(List) Copyright © 2021. All rights reserved.