public static interface PortOverride.Builder extends SdkPojo, CopyableBuilder<PortOverride.Builder,PortOverride>
| Modifier and Type | Method and Description |
|---|---|
PortOverride.Builder |
endpointPort(Integer endpointPort)
The endpoint port that you want a listener port to be mapped to.
|
PortOverride.Builder |
listenerPort(Integer listenerPort)
The listener port that you want to map to a specific endpoint port.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPortOverride.Builder listenerPort(Integer listenerPort)
The listener port that you want to map to a specific endpoint port. This is the port that user traffic arrives to the Global Accelerator on.
listenerPort - The listener port that you want to map to a specific endpoint port. This is the port that user traffic
arrives to the Global Accelerator on.PortOverride.Builder endpointPort(Integer endpointPort)
The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint, such as the Application Load Balancer or Amazon EC2 instance.
endpointPort - The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint,
such as the Application Load Balancer or Amazon EC2 instance.Copyright © 2023. All rights reserved.