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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateAcceleratorRequest.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
,
IpAddressType
UpdateAcceleratorRequest.Builder ipAddressType(IpAddressType ipAddressType)
The value for the address type must be IPv4.
ipAddressType
- The value for the address type must be IPv4.IpAddressType
,
IpAddressType
UpdateAcceleratorRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateAcceleratorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.