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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAccountResponse.BuilderdedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)The IP address range, specified as an IPv4 CIDR block, used for the management network interface.DescribeAccountResponse.BuilderdedicatedTenancySupport(String dedicatedTenancySupport)The status of BYOL (whether BYOL is enabled or disabled).DescribeAccountResponse.BuilderdedicatedTenancySupport(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 Detail
-
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:
DedicatedTenancySupportResultEnum,DedicatedTenancySupportResultEnum
-
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:
DedicatedTenancySupportResultEnum,DedicatedTenancySupportResultEnum
-
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.
-
-