Interface DescribeAccountResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeAccountResponse.Builder,
,DescribeAccountResponse> SdkBuilder<DescribeAccountResponse.Builder,
,DescribeAccountResponse> SdkPojo
,SdkResponse.Builder
,WorkSpacesResponse.Builder
- Enclosing class:
DescribeAccountResponse
-
Method Summary
Modifier and TypeMethodDescriptiondedicatedTenancyAccountType
(String dedicatedTenancyAccountType) The type of linked account.dedicatedTenancyAccountType
(DedicatedTenancyAccountType dedicatedTenancyAccountType) The type of linked account.dedicatedTenancyManagementCidrRange
(String dedicatedTenancyManagementCidrRange) The IP address range, specified as an IPv4 CIDR block, used for the management network interface.dedicatedTenancySupport
(String dedicatedTenancySupport) The status of BYOL (whether BYOL is enabled or disabled).dedicatedTenancySupport
(DedicatedTenancySupportResultEnum dedicatedTenancySupport) The status of BYOL (whether BYOL is enabled or disabled).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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.
-
dedicatedTenancyAccountType
The type of linked account.
- Parameters:
dedicatedTenancyAccountType
- The type of linked account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dedicatedTenancyAccountType
DescribeAccountResponse.Builder dedicatedTenancyAccountType(DedicatedTenancyAccountType dedicatedTenancyAccountType) The type of linked account.
- Parameters:
dedicatedTenancyAccountType
- The type of linked account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-