Interface UpdateCustomRoutingAcceleratorRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateCustomRoutingAcceleratorRequest.Builder,UpdateCustomRoutingAcceleratorRequest>,GlobalAcceleratorRequest.Builder,SdkBuilder<UpdateCustomRoutingAcceleratorRequest.Builder,UpdateCustomRoutingAcceleratorRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateCustomRoutingAcceleratorRequest
public static interface UpdateCustomRoutingAcceleratorRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<UpdateCustomRoutingAcceleratorRequest.Builder,UpdateCustomRoutingAcceleratorRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.globalaccelerator.model.GlobalAcceleratorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
acceleratorArn
UpdateCustomRoutingAcceleratorRequest.Builder acceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator to update.
- Parameters:
acceleratorArn- The Amazon Resource Name (ARN) of the accelerator to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddressType
UpdateCustomRoutingAcceleratorRequest.Builder ipAddressType(String ipAddressType)
The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.
- Parameters:
ipAddressType- The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressType,IpAddressType
-
ipAddressType
UpdateCustomRoutingAcceleratorRequest.Builder ipAddressType(IpAddressType ipAddressType)
The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.
- Parameters:
ipAddressType- The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpAddressType,IpAddressType
-
ipAddresses
UpdateCustomRoutingAcceleratorRequest.Builder ipAddresses(Collection<String> ipAddresses)
The IP addresses for an accelerator.
- Parameters:
ipAddresses- The IP addresses for an accelerator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddresses
UpdateCustomRoutingAcceleratorRequest.Builder ipAddresses(String... ipAddresses)
The IP addresses for an accelerator.
- Parameters:
ipAddresses- The IP addresses for an accelerator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
UpdateCustomRoutingAcceleratorRequest.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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateCustomRoutingAcceleratorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateCustomRoutingAcceleratorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-