Interface StandbyWorkspacesProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StandbyWorkspacesProperties.Builder,
,StandbyWorkspacesProperties> SdkBuilder<StandbyWorkspacesProperties.Builder,
,StandbyWorkspacesProperties> SdkPojo
- Enclosing class:
StandbyWorkspacesProperties
@Mutable
@NotThreadSafe
public static interface StandbyWorkspacesProperties.Builder
extends SdkPojo, CopyableBuilder<StandbyWorkspacesProperties.Builder,StandbyWorkspacesProperties>
-
Method Summary
Modifier and TypeMethodDescriptiondataReplication
(String dataReplication) Indicates whether data replication is enabled, and if enabled, the type of data replication.dataReplication
(DataReplication dataReplication) Indicates whether data replication is enabled, and if enabled, the type of data replication.recoverySnapshotTime
(Instant recoverySnapshotTime) The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating data.standbyWorkspaceId
(String standbyWorkspaceId) The identifier of the standby WorkSpaceMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
standbyWorkspaceId
The identifier of the standby WorkSpace
- Parameters:
standbyWorkspaceId
- The identifier of the standby WorkSpace- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataReplication
Indicates whether data replication is enabled, and if enabled, the type of data replication.
- Parameters:
dataReplication
- Indicates whether data replication is enabled, and if enabled, the type of data replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataReplication
Indicates whether data replication is enabled, and if enabled, the type of data replication.
- Parameters:
dataReplication
- Indicates whether data replication is enabled, and if enabled, the type of data replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
recoverySnapshotTime
The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating data.
- Parameters:
recoverySnapshotTime
- The date and time at which the last successful snapshot was taken of the primary WorkSpace used for replicating data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-