Interface CustomRoutingDestinationConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CustomRoutingDestinationConfiguration.Builder,,CustomRoutingDestinationConfiguration> SdkBuilder<CustomRoutingDestinationConfiguration.Builder,,CustomRoutingDestinationConfiguration> SdkPojo
- Enclosing class:
 CustomRoutingDestinationConfiguration
- 
Method Summary
Modifier and TypeMethodDescriptionThe first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.protocols(Collection<CustomRoutingProtocol> protocols) The protocol for the endpoint group that is associated with a custom routing accelerator.protocols(CustomRoutingProtocol... protocols) The protocol for the endpoint group that is associated with a custom routing accelerator.protocolsWithStrings(String... protocols) The protocol for the endpoint group that is associated with a custom routing accelerator.protocolsWithStrings(Collection<String> protocols) The protocol for the endpoint group that is associated with a custom routing accelerator.The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
fromPort
The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
- Parameters:
 fromPort- The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
toPort
The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
- Parameters:
 toPort- The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
protocolsWithStrings
The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.
- Parameters:
 protocols- The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
protocolsWithStrings
The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.
- Parameters:
 protocols- The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
protocols
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.
- Parameters:
 protocols- The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
protocols
The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.
- Parameters:
 protocols- The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -