public static interface AccountModification.Builder extends SdkPojo, CopyableBuilder<AccountModification.Builder,AccountModification>
Modifier and Type | Method and Description |
---|---|
AccountModification.Builder |
dedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)
The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the
account.
|
AccountModification.Builder |
dedicatedTenancySupport(DedicatedTenancySupportResultEnum dedicatedTenancySupport)
The status of BYOL (whether BYOL is being enabled or disabled).
|
AccountModification.Builder |
dedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL (whether BYOL is being enabled or disabled).
|
AccountModification.Builder |
errorCode(String errorCode)
The error code that is returned if the configuration of BYOL cannot be modified.
|
AccountModification.Builder |
errorMessage(String errorMessage)
The text of the error message that is returned if the configuration of BYOL cannot be modified.
|
AccountModification.Builder |
modificationState(DedicatedTenancyModificationStateEnum modificationState)
The state of the modification to the configuration of BYOL.
|
AccountModification.Builder |
modificationState(String modificationState)
The state of the modification to the configuration of BYOL.
|
AccountModification.Builder |
startTime(Instant startTime)
The timestamp when the modification of the BYOL configuration was started.
|
copy
applyMutation, build
AccountModification.Builder modificationState(String modificationState)
The state of the modification to the configuration of BYOL.
modificationState
- The state of the modification to the configuration of BYOL.DedicatedTenancyModificationStateEnum
,
DedicatedTenancyModificationStateEnum
AccountModification.Builder modificationState(DedicatedTenancyModificationStateEnum modificationState)
The state of the modification to the configuration of BYOL.
modificationState
- The state of the modification to the configuration of BYOL.DedicatedTenancyModificationStateEnum
,
DedicatedTenancyModificationStateEnum
AccountModification.Builder dedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL (whether BYOL is being enabled or disabled).
dedicatedTenancySupport
- The status of BYOL (whether BYOL is being enabled or disabled).DedicatedTenancySupportResultEnum
,
DedicatedTenancySupportResultEnum
AccountModification.Builder dedicatedTenancySupport(DedicatedTenancySupportResultEnum dedicatedTenancySupport)
The status of BYOL (whether BYOL is being enabled or disabled).
dedicatedTenancySupport
- The status of BYOL (whether BYOL is being enabled or disabled).DedicatedTenancySupportResultEnum
,
DedicatedTenancySupportResultEnum
AccountModification.Builder dedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)
The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.
dedicatedTenancyManagementCidrRange
- The IP address range, specified as an IPv4 CIDR block, for the management network interface used for
the account.AccountModification.Builder startTime(Instant startTime)
The timestamp when the modification of the BYOL configuration was started.
startTime
- The timestamp when the modification of the BYOL configuration was started.AccountModification.Builder errorCode(String errorCode)
The error code that is returned if the configuration of BYOL cannot be modified.
errorCode
- The error code that is returned if the configuration of BYOL cannot be modified.AccountModification.Builder errorMessage(String errorMessage)
The text of the error message that is returned if the configuration of BYOL cannot be modified.
errorMessage
- The text of the error message that is returned if the configuration of BYOL cannot be modified.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.