Interface CreatePresignedUrlRequest.Builder

  • Method Details

    • instanceId

      CreatePresignedUrlRequest.Builder instanceId(String instanceId)

      The unique identifier of the Amazon Q Business application environment instance.

      Parameters:
      instanceId - The unique identifier of the Amazon Q Business application environment instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cardId

      The unique identifier of the card the file is associated with.

      Parameters:
      cardId - The unique identifier of the card the file is associated with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appId

      The unique identifier of the Q App the file is associated with.

      Parameters:
      appId - The unique identifier of the Q App the file is associated with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileContentsSha256

      CreatePresignedUrlRequest.Builder fileContentsSha256(String fileContentsSha256)

      The Base64-encoded SHA-256 digest of the contents of the file to be uploaded.

      Parameters:
      fileContentsSha256 - The Base64-encoded SHA-256 digest of the contents of the file to be uploaded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileName

      The name of the file to be uploaded.

      Parameters:
      fileName - The name of the file to be uploaded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scope

      Whether the file is associated with a Q App definition or a specific Q App session.

      Parameters:
      scope - Whether the file is associated with a Q App definition or a specific Q App session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scope

      Whether the file is associated with a Q App definition or a specific Q App session.

      Parameters:
      scope - Whether the file is associated with a Q App definition or a specific Q App session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sessionId

      The unique identifier of the Q App session the file is associated with, if applicable.

      Parameters:
      sessionId - The unique identifier of the Q App session the file is associated with, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreatePresignedUrlRequest.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.