Interface Snapshot.Builder

    • Method Detail

      • directoryId

        Snapshot.Builder directoryId​(String directoryId)

        The directory identifier.

        Parameters:
        directoryId - The directory identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snapshotId

        Snapshot.Builder snapshotId​(String snapshotId)

        The snapshot identifier.

        Parameters:
        snapshotId - The snapshot identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        Snapshot.Builder type​(String type)

        The snapshot type.

        Parameters:
        type - The snapshot type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SnapshotType, SnapshotType
      • name

        Snapshot.Builder name​(String name)

        The descriptive name of the snapshot.

        Parameters:
        name - The descriptive name of the snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        Snapshot.Builder startTime​(Instant startTime)

        The date and time that the snapshot was taken.

        Parameters:
        startTime - The date and time that the snapshot was taken.
        Returns:
        Returns a reference to this object so that method calls can be chained together.