public static interface UpdateCustomRoutingListenerRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<UpdateCustomRoutingListenerRequest.Builder,UpdateCustomRoutingListenerRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomRoutingListenerRequest.Builder |
listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener to update.
|
UpdateCustomRoutingListenerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCustomRoutingListenerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateCustomRoutingListenerRequest.Builder |
portRanges(Collection<PortRange> portRanges)
The updated port range to support for connections from clients to your accelerator.
|
UpdateCustomRoutingListenerRequest.Builder |
portRanges(Consumer<PortRange.Builder>... portRanges)
The updated port range to support for connections from clients to your accelerator.
|
UpdateCustomRoutingListenerRequest.Builder |
portRanges(PortRange... portRanges)
The updated port range to support for connections from clients to your accelerator.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCustomRoutingListenerRequest.Builder listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener to update.
listenerArn - The Amazon Resource Name (ARN) of the listener to update.UpdateCustomRoutingListenerRequest.Builder portRanges(Collection<PortRange> portRanges)
The updated port range to support for connections from clients to your accelerator. If you remove ports that are currently being used by a subnet endpoint, the call fails.
Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.
portRanges - The updated port range to support for connections from clients to your accelerator. If you remove
ports that are currently being used by a subnet endpoint, the call fails.
Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.
UpdateCustomRoutingListenerRequest.Builder portRanges(PortRange... portRanges)
The updated port range to support for connections from clients to your accelerator. If you remove ports that are currently being used by a subnet endpoint, the call fails.
Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.
portRanges - The updated port range to support for connections from clients to your accelerator. If you remove
ports that are currently being used by a subnet endpoint, the call fails.
Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.
UpdateCustomRoutingListenerRequest.Builder portRanges(Consumer<PortRange.Builder>... portRanges)
The updated port range to support for connections from clients to your accelerator. If you remove ports that are currently being used by a subnet endpoint, the call fails.
Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #portRanges(List) .portRanges - a consumer that will call methods on List.Builder #portRanges(List) UpdateCustomRoutingListenerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCustomRoutingListenerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.