Interface StandbyWorkspacesProperties.Builder

    • Method Detail

      • standbyWorkspaceId

        StandbyWorkspacesProperties.Builder standbyWorkspaceId​(String 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

        StandbyWorkspacesProperties.Builder dataReplication​(String 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, DataReplication
      • dataReplication

        StandbyWorkspacesProperties.Builder dataReplication​(DataReplication 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, DataReplication
      • recoverySnapshotTime

        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.

        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.