Interface UpdateArchiveResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudWatchEventsResponse.Builder, CopyableBuilder<UpdateArchiveResponse.Builder,UpdateArchiveResponse>, SdkBuilder<UpdateArchiveResponse.Builder,UpdateArchiveResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateArchiveResponse

  • Method Details

    • 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.
    • state

      The state of the archive.

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

      The state of the archive.

      Parameters:
      state - The state of the archive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.