Interface ModifyAccountRequest.Builder

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

public static interface ModifyAccountRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<ModifyAccountRequest.Builder,ModifyAccountRequest>
  • Method Details

    • dedicatedTenancySupport

      ModifyAccountRequest.Builder dedicatedTenancySupport(String dedicatedTenancySupport)

      The status of BYOL.

      Parameters:
      dedicatedTenancySupport - The status of BYOL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dedicatedTenancySupport

      ModifyAccountRequest.Builder dedicatedTenancySupport(DedicatedTenancySupportEnum dedicatedTenancySupport)

      The status of BYOL.

      Parameters:
      dedicatedTenancySupport - The status of BYOL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dedicatedTenancyManagementCidrRange

      ModifyAccountRequest.Builder dedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)

      The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as available by the ListAvailableManagementCidrRanges operation.

      Parameters:
      dedicatedTenancyManagementCidrRange - The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as available by the ListAvailableManagementCidrRanges operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ModifyAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.