Interface InquirySummary.Builder

  • Method Details

    • arn

      ARN of the compliance inquiry resource.

      Parameters:
      arn - ARN of the compliance inquiry resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Title of the inquiry.

      Parameters:
      name - Title of the inquiry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      Unique resource ID for the compliance inquiry.

      Parameters:
      id - Unique resource ID for the compliance inquiry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Current processing status of the inquiry.

      Parameters:
      status - Current processing status of the inquiry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Current processing status of the inquiry.

      Parameters:
      status - Current processing status of the inquiry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      InquirySummary.Builder statusMessage(String statusMessage)

      Status message providing additional context.

      Parameters:
      statusMessage - Status message providing additional context.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      InquirySummary.Builder statusMessage(InquiryStatusMessage statusMessage)

      Status message providing additional context.

      Parameters:
      statusMessage - Status message providing additional context.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • inputSource

      InquirySummary.Builder inputSource(String inputSource)

      Type of inquiry content (text or file).

      Parameters:
      inputSource - Type of inquiry content (text or file).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • inputSource

      InquirySummary.Builder inputSource(InputSource inputSource)

      Type of inquiry content (text or file).

      Parameters:
      inputSource - Type of inquiry content (text or file).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      InquirySummary.Builder createdAt(Instant createdAt)

      Timestamp indicating when the resource was created.

      Parameters:
      createdAt - Timestamp indicating when the resource was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.