| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static AccountModification.Builder |
AccountModification.builder() |
AccountModification.Builder |
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 |
AccountModification.Builder.dedicatedTenancySupport(DedicatedTenancySupportResultEnum dedicatedTenancySupport)
The status of BYOL (whether BYOL is being enabled or disabled).
|
AccountModification.Builder |
AccountModification.Builder.dedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL (whether BYOL is being enabled or disabled).
|
AccountModification.Builder |
AccountModification.Builder.errorCode(String errorCode)
The error code that is returned if the configuration of BYOL cannot be modified.
|
AccountModification.Builder |
AccountModification.Builder.errorMessage(String errorMessage)
The text of the error message that is returned if the configuration of BYOL cannot be modified.
|
AccountModification.Builder |
AccountModification.Builder.modificationState(DedicatedTenancyModificationStateEnum modificationState)
The state of the modification to the configuration of BYOL.
|
AccountModification.Builder |
AccountModification.Builder.modificationState(String modificationState)
The state of the modification to the configuration of BYOL.
|
AccountModification.Builder |
AccountModification.Builder.startTime(Instant startTime)
The timestamp when the modification of the BYOL configuration was started.
|
AccountModification.Builder |
AccountModification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccountModification.Builder> |
AccountModification.serializableBuilderClass() |
Copyright © 2023. All rights reserved.