Interface CreateArchiveResponse.Builder

    • Method Detail

      • archiveArn

        CreateArchiveResponse.Builder archiveArn​(String archiveArn)

        The ARN of the archive that was created.

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

        CreateArchiveResponse.Builder state​(String state)

        The state of the archive that was created.

        Parameters:
        state - The state of the archive that was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ArchiveState, ArchiveState
      • stateReason

        CreateArchiveResponse.Builder stateReason​(String stateReason)

        The reason that the archive is in the state.

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

        CreateArchiveResponse.Builder creationTime​(Instant creationTime)

        The time at which the archive was created.

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