Interface UpdateArchiveResponse.Builder

    • Method Detail

      • archiveArn

        UpdateArchiveResponse.Builder archiveArn​(String archiveArn)

        The ARN of the archive.

        Parameters:
        archiveArn - The ARN of the archive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stateReason

        UpdateArchiveResponse.Builder stateReason​(String stateReason)

        The reason that the archive is in the current state.

        Parameters:
        stateReason - The reason that the archive is in the current state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        UpdateArchiveResponse.Builder creationTime​(Instant creationTime)

        The time at which the archive was updated.

        Parameters:
        creationTime - The time at which the archive was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.