Interface UpdateCustomRoutingAcceleratorRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateCustomRoutingAcceleratorRequest.Builder,UpdateCustomRoutingAcceleratorRequest>, GlobalAcceleratorRequest.Builder, SdkBuilder<UpdateCustomRoutingAcceleratorRequest.Builder,UpdateCustomRoutingAcceleratorRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateCustomRoutingAcceleratorRequest

  • Method Details

    • 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

      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

      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

      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:
    • 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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.