Interface DescribeAccountResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeAccountResponse.Builder,DescribeAccountResponse>, SdkBuilder<DescribeAccountResponse.Builder,DescribeAccountResponse>, SdkPojo, SdkResponse.Builder, WorkSpacesResponse.Builder
Enclosing class:
DescribeAccountResponse

public static interface DescribeAccountResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountResponse.Builder,DescribeAccountResponse>
  • Method Details

    • dedicatedTenancySupport

      DescribeAccountResponse.Builder dedicatedTenancySupport(String dedicatedTenancySupport)

      The status of BYOL (whether BYOL is enabled or disabled).

      Parameters:
      dedicatedTenancySupport - The status of BYOL (whether BYOL is enabled or disabled).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dedicatedTenancySupport

      DescribeAccountResponse.Builder dedicatedTenancySupport(DedicatedTenancySupportResultEnum dedicatedTenancySupport)

      The status of BYOL (whether BYOL is enabled or disabled).

      Parameters:
      dedicatedTenancySupport - The status of BYOL (whether BYOL is enabled or disabled).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dedicatedTenancyManagementCidrRange

      DescribeAccountResponse.Builder dedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)

      The IP address range, specified as an IPv4 CIDR block, used for the management network interface.

      The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.

      Parameters:
      dedicatedTenancyManagementCidrRange - The IP address range, specified as an IPv4 CIDR block, used for the management network interface.

      The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.

      Returns:
      Returns a reference to this object so that method calls can be chained together.