Interface GetMediaRequest.Builder

  • Method Details

    • applicationId

      GetMediaRequest.Builder applicationId(String applicationId)

      The identifier of the Amazon Q Business which contains the media object.

      Parameters:
      applicationId - The identifier of the Amazon Q Business which contains the media object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • conversationId

      GetMediaRequest.Builder conversationId(String conversationId)

      The identifier of the Amazon Q Business conversation.

      Parameters:
      conversationId - The identifier of the Amazon Q Business conversation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • messageId

      GetMediaRequest.Builder messageId(String messageId)

      The identifier of the Amazon Q Business message.

      Parameters:
      messageId - The identifier of the Amazon Q Business message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mediaId

      GetMediaRequest.Builder mediaId(String mediaId)

      The identifier of the media object. You can find this in the sourceAttributions returned by the Chat, ChatSync, and ListMessages API responses.

      Parameters:
      mediaId - The identifier of the media object. You can find this in the sourceAttributions returned by the Chat, ChatSync, and ListMessages API responses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetMediaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.