public static interface CustomRoutingDestinationConfiguration.Builder extends SdkPojo, CopyableBuilder<CustomRoutingDestinationConfiguration.Builder,CustomRoutingDestinationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingDestinationConfiguration.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.
|
CustomRoutingDestinationConfiguration.Builder |
protocols(Collection<CustomRoutingProtocol> protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationConfiguration.Builder |
protocols(CustomRoutingProtocol... protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationConfiguration.Builder |
protocolsWithStrings(Collection<String> protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationConfiguration.Builder |
protocolsWithStrings(String... protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationConfiguration.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, buildCustomRoutingDestinationConfiguration.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.CustomRoutingDestinationConfiguration.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.CustomRoutingDestinationConfiguration.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.CustomRoutingDestinationConfiguration.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.CustomRoutingDestinationConfiguration.Builder protocols(Collection<CustomRoutingProtocol> 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.CustomRoutingDestinationConfiguration.Builder protocols(CustomRoutingProtocol... 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.