public static interface CustomRoutingDestinationDescription.Builder extends SdkPojo, CopyableBuilder<CustomRoutingDestinationDescription.Builder,CustomRoutingDestinationDescription>
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingDestinationDescription.Builder |
fromPort(Integer fromPort)
The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom
routing accelerator.
|
CustomRoutingDestinationDescription.Builder |
protocols(Collection<Protocol> protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationDescription.Builder |
protocols(Protocol... protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationDescription.Builder |
protocolsWithStrings(Collection<String> protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationDescription.Builder |
protocolsWithStrings(String... protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationDescription.Builder |
toPort(Integer toPort)
The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom
routing accelerator.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomRoutingDestinationDescription.Builder fromPort(Integer fromPort)
The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
fromPort - The first port, inclusive, in the range of ports for the endpoint group that is associated with a
custom routing accelerator.CustomRoutingDestinationDescription.Builder toPort(Integer toPort)
The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
toPort - The last port, inclusive, in the range of ports for the endpoint group that is associated with a
custom routing accelerator.CustomRoutingDestinationDescription.Builder protocolsWithStrings(Collection<String> protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.
protocols - The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol
can be either TCP or UDP.CustomRoutingDestinationDescription.Builder protocolsWithStrings(String... protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.
protocols - The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol
can be either TCP or UDP.CustomRoutingDestinationDescription.Builder protocols(Collection<Protocol> protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.
protocols - The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol
can be either TCP or UDP.CustomRoutingDestinationDescription.Builder protocols(Protocol... protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.
protocols - The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol
can be either TCP or UDP.Copyright © 2023. All rights reserved.