Interface PutAttachmentRequest.Builder

  • Method Details

    • assetIdentifier

      PutAttachmentRequest.Builder assetIdentifier(String assetIdentifier)

      The unique identifier of the asset to attach the form to.

      Parameters:
      assetIdentifier - The unique identifier of the asset to attach the form to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iterableFormName

      PutAttachmentRequest.Builder iterableFormName(String iterableFormName)

      The name of the iterable form. When specified along with itemIdentifier, the attachment targets an item within the iterable form rather than the asset itself.

      Parameters:
      iterableFormName - The name of the iterable form. When specified along with itemIdentifier, the attachment targets an item within the iterable form rather than the asset itself.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • itemIdentifier

      PutAttachmentRequest.Builder itemIdentifier(String itemIdentifier)

      The identifier of the item within the iterable form. Required when iterableFormName is specified.

      Parameters:
      itemIdentifier - The identifier of the item within the iterable form. Required when iterableFormName is specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attachmentName

      PutAttachmentRequest.Builder attachmentName(String attachmentName)

      The name of the attachment.

      Parameters:
      attachmentName - The name of the attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      The JSON content of the form, conforming to the schema of the specified form type.

      Parameters:
      content - The JSON content of the form, conforming to the schema of the specified form type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • formTypeId

      PutAttachmentRequest.Builder formTypeId(String formTypeId)

      The identifier of the form type for this attachment.

      Parameters:
      formTypeId - The identifier of the form type for this attachment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      PutAttachmentRequest.Builder clientToken(String clientToken)

      A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

      Parameters:
      clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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