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 Summary
Modifier and TypeMethodDescriptiondedicatedTenancyManagementCidrRange(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods 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.
-