Interface DeleteCustomMetadataRequest.Builder

  • Method Details

    • authenticationToken

      DeleteCustomMetadataRequest.Builder authenticationToken(String authenticationToken)

      Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

      Parameters:
      authenticationToken - Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceId

      The ID of the resource, either a document or folder.

      Parameters:
      resourceId - The ID of the resource, either a document or folder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionId

      The ID of the version, if the custom metadata is being deleted from a document version.

      Parameters:
      versionId - The ID of the version, if the custom metadata is being deleted from a document version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keys

      List of properties to remove.

      Parameters:
      keys - List of properties to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keys

      List of properties to remove.

      Parameters:
      keys - List of properties to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deleteAll

      Flag to indicate removal of all custom metadata properties from the specified resource.

      Parameters:
      deleteAll - Flag to indicate removal of all custom metadata properties from the specified resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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