Interface CreateArchiveResponse.Builder

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

  • Method Details

    • 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

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