static StandbyWorkspace.Builder |
StandbyWorkspace.builder() |
|
StandbyWorkspace.Builder |
StandbyWorkspace.Builder.dataReplication(String dataReplication) |
Indicates whether data replication is enabled, and if enabled, the type of data replication.
|
StandbyWorkspace.Builder |
StandbyWorkspace.Builder.dataReplication(DataReplication dataReplication) |
Indicates whether data replication is enabled, and if enabled, the type of data replication.
|
StandbyWorkspace.Builder |
StandbyWorkspace.Builder.directoryId(String directoryId) |
The identifier of the directory for the standby WorkSpace.
|
StandbyWorkspace.Builder |
StandbyWorkspace.Builder.primaryWorkspaceId(String primaryWorkspaceId) |
The identifier of the standby WorkSpace.
|
StandbyWorkspace.Builder |
StandbyWorkspace.Builder.tags(Collection<Tag> tags) |
The tags associated with the standby WorkSpace.
|
StandbyWorkspace.Builder |
StandbyWorkspace.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags associated with the standby WorkSpace.
|
StandbyWorkspace.Builder |
StandbyWorkspace.Builder.tags(Tag... tags) |
The tags associated with the standby WorkSpace.
|
StandbyWorkspace.Builder |
StandbyWorkspace.toBuilder() |
|
StandbyWorkspace.Builder |
StandbyWorkspace.Builder.volumeEncryptionKey(String volumeEncryptionKey) |
The volume encryption key of the standby WorkSpace.
|