static StandbyWorkspacesProperties.Builder |
StandbyWorkspacesProperties.builder() |
|
StandbyWorkspacesProperties.Builder |
StandbyWorkspacesProperties.Builder.dataReplication(String dataReplication) |
Indicates whether data replication is enabled, and if enabled, the type of data replication.
|
StandbyWorkspacesProperties.Builder |
StandbyWorkspacesProperties.Builder.dataReplication(DataReplication dataReplication) |
Indicates whether data replication is enabled, and if enabled, the type of data replication.
|
StandbyWorkspacesProperties.Builder |
StandbyWorkspacesProperties.Builder.recoverySnapshotTime(Instant recoverySnapshotTime) |
The date and time at which the last successful snapshot was taken of the primary WorkSpace used for
replicating data.
|
StandbyWorkspacesProperties.Builder |
StandbyWorkspacesProperties.Builder.standbyWorkspaceId(String standbyWorkspaceId) |
The identifier of the standby WorkSpace
|
StandbyWorkspacesProperties.Builder |
StandbyWorkspacesProperties.toBuilder() |
|