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 Amazon Web Services 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 Amazon Web Services Region where the endpoint group is located.
endpointGroupRegion - The Amazon Web Services 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 method that creates an instance of theCustomRoutingDestinationDescription.Builder
avoiding the need to create one manually via
CustomRoutingDestinationDescription.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #destinationDescriptions(List.
destinationDescriptions - a consumer that will call methods on
CustomRoutingDestinationDescription.Builder#destinationDescriptions(java.util.Collection) 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 method that creates an instance of theCustomRoutingEndpointDescription.Builder
avoiding the need to create one manually via
CustomRoutingEndpointDescription.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #endpointDescriptions(List.
endpointDescriptions - a consumer that will call methods on
CustomRoutingEndpointDescription.Builder#endpointDescriptions(java.util.Collection) Copyright © 2022. All rights reserved.