| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomRoutingDestinationDescription.Builder |
CustomRoutingDestinationDescription.builder() |
CustomRoutingDestinationDescription.Builder |
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 |
CustomRoutingDestinationDescription.Builder.protocols(Collection<Protocol> protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationDescription.Builder |
CustomRoutingDestinationDescription.Builder.protocols(Protocol... protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationDescription.Builder |
CustomRoutingDestinationDescription.Builder.protocolsWithStrings(Collection<String> protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationDescription.Builder |
CustomRoutingDestinationDescription.Builder.protocolsWithStrings(String... protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
CustomRoutingDestinationDescription.Builder |
CustomRoutingDestinationDescription.toBuilder() |
CustomRoutingDestinationDescription.Builder |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomRoutingDestinationDescription.Builder> |
CustomRoutingDestinationDescription.serializableBuilderClass() |
Copyright © 2023. All rights reserved.