Interface ModifyAccountRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyAccountRequest.Builder,ModifyAccountRequest>,SdkBuilder<ModifyAccountRequest.Builder,ModifyAccountRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- ModifyAccountRequest
public static interface ModifyAccountRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<ModifyAccountRequest.Builder,ModifyAccountRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyAccountRequest.BuilderdedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)The IP address range, specified as an IPv4 CIDR block, for the management network interface.ModifyAccountRequest.BuilderdedicatedTenancySupport(String dedicatedTenancySupport)The status of BYOL.ModifyAccountRequest.BuilderdedicatedTenancySupport(DedicatedTenancySupportEnum dedicatedTenancySupport)The status of BYOL.ModifyAccountRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyAccountRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
dedicatedTenancySupport
ModifyAccountRequest.Builder dedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL.
- Parameters:
dedicatedTenancySupport- The status of BYOL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DedicatedTenancySupportEnum,DedicatedTenancySupportEnum
-
dedicatedTenancySupport
ModifyAccountRequest.Builder dedicatedTenancySupport(DedicatedTenancySupportEnum dedicatedTenancySupport)
The status of BYOL.
- Parameters:
dedicatedTenancySupport- The status of BYOL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DedicatedTenancySupportEnum,DedicatedTenancySupportEnum
-
dedicatedTenancyManagementCidrRange
ModifyAccountRequest.Builder dedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)
The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as available by the
ListAvailableManagementCidrRangesoperation.- Parameters:
dedicatedTenancyManagementCidrRange- The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as available by theListAvailableManagementCidrRangesoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyAccountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-