public static interface ModifyAccountRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<ModifyAccountRequest.Builder,ModifyAccountRequest>
Modifier and Type | Method and Description |
---|---|
ModifyAccountRequest.Builder |
dedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)
The IP address range, specified as an IPv4 CIDR block, for the management network interface.
|
ModifyAccountRequest.Builder |
dedicatedTenancySupport(DedicatedTenancySupportEnum dedicatedTenancySupport)
The status of BYOL.
|
ModifyAccountRequest.Builder |
dedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL.
|
ModifyAccountRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ModifyAccountRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ModifyAccountRequest.Builder dedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL.
dedicatedTenancySupport
- The status of BYOL.DedicatedTenancySupportEnum
,
DedicatedTenancySupportEnum
ModifyAccountRequest.Builder dedicatedTenancySupport(DedicatedTenancySupportEnum dedicatedTenancySupport)
The status of BYOL.
dedicatedTenancySupport
- The status of BYOL.DedicatedTenancySupportEnum
,
DedicatedTenancySupportEnum
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 ListAvailableManagementCidrRanges
operation.
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 ListAvailableManagementCidrRanges
operation.ModifyAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyAccountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.