public static interface CreateAcceleratorRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<CreateAcceleratorRequest.Builder,CreateAcceleratorRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAcceleratorRequest.Builder |
enabled(Boolean enabled)
Indicates whether an accelerator is enabled.
|
CreateAcceleratorRequest.Builder |
idempotencyToken(String idempotencyToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an
accelerator.
|
CreateAcceleratorRequest.Builder |
ipAddressType(IpAddressType ipAddressType)
The value for the address type must be IPv4.
|
CreateAcceleratorRequest.Builder |
ipAddressType(String ipAddressType)
The value for the address type must be IPv4.
|
CreateAcceleratorRequest.Builder |
name(String name)
The name of an accelerator.
|
CreateAcceleratorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateAcceleratorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateAcceleratorRequest.Builder name(String name)
The name of an 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 an 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.CreateAcceleratorRequest.Builder ipAddressType(String ipAddressType)
The value for the address type must be IPv4.
ipAddressType - The value for the address type must be IPv4.IpAddressType,
IpAddressTypeCreateAcceleratorRequest.Builder ipAddressType(IpAddressType ipAddressType)
The value for the address type must be IPv4.
ipAddressType - The value for the address type must be IPv4.IpAddressType,
IpAddressTypeCreateAcceleratorRequest.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, an 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, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
CreateAcceleratorRequest.Builder idempotencyToken(String idempotencyToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
idempotencyToken - A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
uniqueness—of an accelerator.CreateAcceleratorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateAcceleratorRequest.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.