Interface DeleteAttachmentRequest.Builder

  • Method Details

    • assetIdentifier

      DeleteAttachmentRequest.Builder assetIdentifier(String assetIdentifier)

      The unique identifier of the asset from which to delete the attachment.

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

      DeleteAttachmentRequest.Builder iterableFormName(String iterableFormName)

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

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

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

      DeleteAttachmentRequest.Builder attachmentName(String attachmentName)

      The name of the attachment to delete.

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

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