public static interface DescribeAccountResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountResponse.Builder,DescribeAccountResponse>
Modifier and Type | Method and Description |
---|---|
DescribeAccountResponse.Builder |
dedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)
The IP address range, specified as an IPv4 CIDR block, used for the management network interface.
|
DescribeAccountResponse.Builder |
dedicatedTenancySupport(DedicatedTenancySupportResultEnum dedicatedTenancySupport)
The status of BYOL (whether BYOL is enabled or disabled).
|
DescribeAccountResponse.Builder |
dedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL (whether BYOL is enabled or disabled).
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeAccountResponse.Builder dedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL (whether BYOL is enabled or disabled).
dedicatedTenancySupport
- The status of BYOL (whether BYOL is enabled or disabled).DedicatedTenancySupportResultEnum
,
DedicatedTenancySupportResultEnum
DescribeAccountResponse.Builder dedicatedTenancySupport(DedicatedTenancySupportResultEnum dedicatedTenancySupport)
The status of BYOL (whether BYOL is enabled or disabled).
dedicatedTenancySupport
- The status of BYOL (whether BYOL is enabled or disabled).DedicatedTenancySupportResultEnum
,
DedicatedTenancySupportResultEnum
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.
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.