Interface GetAttachmentRequest.Builder

  • Method Details

    • attachmentId

      GetAttachmentRequest.Builder attachmentId(String attachmentId)

      A unique identifier for the attachment.

      Parameters:
      attachmentId - A unique identifier for the attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionToken

      GetAttachmentRequest.Builder connectionToken(String connectionToken)

      The authentication token associated with the participant's connection.

      Parameters:
      connectionToken - The authentication token associated with the participant's connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • urlExpiryInSeconds

      GetAttachmentRequest.Builder urlExpiryInSeconds(Integer urlExpiryInSeconds)

      The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

      Parameters:
      urlExpiryInSeconds - The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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