public static interface CreateCustomRoutingAcceleratorRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<CreateCustomRoutingAcceleratorRequest.Builder,CreateCustomRoutingAcceleratorRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCustomRoutingAcceleratorRequest.Builder |
enabled(Boolean enabled)
Indicates whether an accelerator is enabled.
|
CreateCustomRoutingAcceleratorRequest.Builder |
idempotencyToken(String idempotencyToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the
request.
|
CreateCustomRoutingAcceleratorRequest.Builder |
ipAddresses(Collection<String> ipAddresses)
Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose IP
addresses from your own pool to use for the accelerator's static IP addresses when you create an accelerator.
|
CreateCustomRoutingAcceleratorRequest.Builder |
ipAddresses(String... ipAddresses)
Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose IP
addresses from your own pool to use for the accelerator's static IP addresses when you create an accelerator.
|
CreateCustomRoutingAcceleratorRequest.Builder |
ipAddressType(IpAddressType ipAddressType)
The value for the address type must be IPv4.
|
CreateCustomRoutingAcceleratorRequest.Builder |
ipAddressType(String ipAddressType)
The value for the address type must be IPv4.
|
CreateCustomRoutingAcceleratorRequest.Builder |
name(String name)
The name of a custom routing accelerator.
|
CreateCustomRoutingAcceleratorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCustomRoutingAcceleratorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCustomRoutingAcceleratorRequest.Builder |
tags(Collection<Tag> tags)
Create tags for an accelerator.
|
CreateCustomRoutingAcceleratorRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Create tags for an accelerator.
|
CreateCustomRoutingAcceleratorRequest.Builder |
tags(Tag... tags)
Create tags for an accelerator.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCustomRoutingAcceleratorRequest.Builder name(String name)
The name of a custom routing accelerator. The name can have a maximum of 64 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
name - The name of a custom routing accelerator. The name can have a maximum of 64 characters, must contain
only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.CreateCustomRoutingAcceleratorRequest.Builder ipAddressType(String ipAddressType)
The value for the address type must be IPv4.
ipAddressType - The value for the address type must be IPv4.IpAddressType,
IpAddressTypeCreateCustomRoutingAcceleratorRequest.Builder ipAddressType(IpAddressType ipAddressType)
The value for the address type must be IPv4.
ipAddressType - The value for the address type must be IPv4.IpAddressType,
IpAddressTypeCreateCustomRoutingAcceleratorRequest.Builder ipAddresses(Collection<String> ipAddresses)
Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose IP addresses from your own pool to use for the accelerator's static IP addresses when you create an accelerator. You can specify one or two addresses, separated by a space. Do not include the /32 suffix.
Only one IP address from each of your IP address ranges can be used for each accelerator. If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.
Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new accelerator with the new addresses.
For more information, see Bring your own IP addresses (BYOIP) in the AWS Global Accelerator Developer Guide.
ipAddresses - Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose IP
addresses from your own pool to use for the accelerator's static IP addresses when you create an
accelerator. You can specify one or two addresses, separated by a space. Do not include the /32
suffix.
Only one IP address from each of your IP address ranges can be used for each accelerator. If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.
Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new accelerator with the new addresses.
For more information, see Bring your own IP addresses (BYOIP) in the AWS Global Accelerator Developer Guide.
CreateCustomRoutingAcceleratorRequest.Builder ipAddresses(String... ipAddresses)
Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose IP addresses from your own pool to use for the accelerator's static IP addresses when you create an accelerator. You can specify one or two addresses, separated by a space. Do not include the /32 suffix.
Only one IP address from each of your IP address ranges can be used for each accelerator. If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.
Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new accelerator with the new addresses.
For more information, see Bring your own IP addresses (BYOIP) in the AWS Global Accelerator Developer Guide.
ipAddresses - Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose IP
addresses from your own pool to use for the accelerator's static IP addresses when you create an
accelerator. You can specify one or two addresses, separated by a space. Do not include the /32
suffix.
Only one IP address from each of your IP address ranges can be used for each accelerator. If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool.
Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new accelerator with the new addresses.
For more information, see Bring your own IP addresses (BYOIP) in the AWS Global Accelerator Developer Guide.
CreateCustomRoutingAcceleratorRequest.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.
CreateCustomRoutingAcceleratorRequest.Builder idempotencyToken(String idempotencyToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
idempotencyToken - A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
uniqueness—of the request.CreateCustomRoutingAcceleratorRequest.Builder tags(Collection<Tag> tags)
Create tags for an accelerator.
For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.
tags - Create tags for an accelerator.
For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.
CreateCustomRoutingAcceleratorRequest.Builder tags(Tag... tags)
Create tags for an accelerator.
For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.
tags - Create tags for an accelerator.
For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.
CreateCustomRoutingAcceleratorRequest.Builder tags(Consumer<Tag.Builder>... tags)
Create tags for an accelerator.
For more information, see Tagging in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.
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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateCustomRoutingAcceleratorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCustomRoutingAcceleratorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.