Interface GetCaseAttachmentUploadUrlRequest.Builder

  • Method Details

    • caseId

      Required element for GetCaseAttachmentUploadUrl to identify the case ID for uploading an attachment.

      Parameters:
      caseId - Required element for GetCaseAttachmentUploadUrl to identify the case ID for uploading an attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileName

      Required element for GetCaseAttachmentUploadUrl to identify the file name of the attachment to upload.

      Parameters:
      fileName - Required element for GetCaseAttachmentUploadUrl to identify the file name of the attachment to upload.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentLength

      GetCaseAttachmentUploadUrlRequest.Builder contentLength(Long contentLength)

      Required element for GetCaseAttachmentUploadUrl to identify the size of the file attachment.

      Parameters:
      contentLength - Required element for GetCaseAttachmentUploadUrl to identify the size of the file attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      The clientToken field is an idempotency key used to ensure that repeated attempts for a single action will be ignored by the server during retries. A caller supplied unique ID (typically a UUID) should be provided.

      Parameters:
      clientToken -

      The clientToken field is an idempotency key used to ensure that repeated attempts for a single action will be ignored by the server during retries. A caller supplied unique ID (typically a UUID) should be provided.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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