public static interface UpdateAcceleratorRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<UpdateAcceleratorRequest.Builder,UpdateAcceleratorRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAcceleratorRequest.Builder |
acceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator to update.
|
UpdateAcceleratorRequest.Builder |
enabled(Boolean enabled)
Indicates whether an accelerator is enabled.
|
UpdateAcceleratorRequest.Builder |
ipAddressType(IpAddressType ipAddressType)
The value for the address type must be IPv4.
|
UpdateAcceleratorRequest.Builder |
ipAddressType(String ipAddressType)
The value for the address type must be IPv4.
|
UpdateAcceleratorRequest.Builder |
name(String name)
The name of the accelerator.
|
UpdateAcceleratorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateAcceleratorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateAcceleratorRequest.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.UpdateAcceleratorRequest.Builder name(String name)
The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
name - The name of the accelerator. The name can have a maximum of 32 characters, must contain only
alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.UpdateAcceleratorRequest.Builder ipAddressType(String ipAddressType)
The value for the address type must be IPv4.
ipAddressType - The value for the address type must be IPv4.IpAddressType,
IpAddressTypeUpdateAcceleratorRequest.Builder ipAddressType(IpAddressType ipAddressType)
The value for the address type must be IPv4.
ipAddressType - The value for the address type must be IPv4.IpAddressType,
IpAddressTypeUpdateAcceleratorRequest.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.
UpdateAcceleratorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateAcceleratorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.