CreateListenerRequest.Builder |
CreateListenerRequest.Builder.acceleratorArn(String acceleratorArn) |
The Amazon Resource Name (ARN) of your accelerator.
|
static CreateListenerRequest.Builder |
CreateListenerRequest.builder() |
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.clientAffinity(String clientAffinity) |
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful
applications, regardless of the port and protocol of the client request.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.clientAffinity(ClientAffinity clientAffinity) |
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful
applications, regardless of the port and protocol of the client request.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.idempotencyToken(String idempotencyToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the
request.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.portRanges(Collection<PortRange> portRanges) |
The list of port ranges to support for connections from clients to your accelerator.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.portRanges(Consumer<PortRange.Builder>... portRanges) |
The list of port ranges to support for connections from clients to your accelerator.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.portRanges(PortRange... portRanges) |
The list of port ranges to support for connections from clients to your accelerator.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.protocol(String protocol) |
The protocol for connections from clients to your accelerator.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.protocol(Protocol protocol) |
The protocol for connections from clients to your accelerator.
|
CreateListenerRequest.Builder |
CreateListenerRequest.toBuilder() |
|