public static interface UpdateCustomRoutingAcceleratorRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<UpdateCustomRoutingAcceleratorRequest.Builder,UpdateCustomRoutingAcceleratorRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomRoutingAcceleratorRequest.Builder |
acceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator to update.
|
UpdateCustomRoutingAcceleratorRequest.Builder |
enabled(Boolean enabled)
Indicates whether an accelerator is enabled.
|
UpdateCustomRoutingAcceleratorRequest.Builder |
ipAddressType(IpAddressType ipAddressType)
The IP address type that an accelerator supports.
|
UpdateCustomRoutingAcceleratorRequest.Builder |
ipAddressType(String ipAddressType)
The IP address type that an accelerator supports.
|
UpdateCustomRoutingAcceleratorRequest.Builder |
name(String name)
The name of the accelerator.
|
UpdateCustomRoutingAcceleratorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCustomRoutingAcceleratorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCustomRoutingAcceleratorRequest.Builder acceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator to update.
acceleratorArn - The Amazon Resource Name (ARN) of the accelerator to update.UpdateCustomRoutingAcceleratorRequest.Builder name(String name)
The name of the accelerator. The name can have a maximum of 64 characters, must contain only alphanumeric characters, periods (.), or hyphens (-), and must not begin or end with a hyphen or period.
name - The name of the accelerator. The name can have a maximum of 64 characters, must contain only
alphanumeric characters, periods (.), or hyphens (-), and must not begin or end with a hyphen or
period.UpdateCustomRoutingAcceleratorRequest.Builder ipAddressType(String ipAddressType)
The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.
ipAddressType - The IP address type that an accelerator supports. For a custom routing accelerator, the value must be
IPV4.IpAddressType,
IpAddressTypeUpdateCustomRoutingAcceleratorRequest.Builder ipAddressType(IpAddressType ipAddressType)
The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.
ipAddressType - The IP address type that an accelerator supports. For a custom routing accelerator, the value must be
IPV4.IpAddressType,
IpAddressTypeUpdateCustomRoutingAcceleratorRequest.Builder enabled(Boolean enabled)
Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.
enabled - Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.
UpdateCustomRoutingAcceleratorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCustomRoutingAcceleratorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.