Interface MetadataModelReference.Builder

  • Method Details

    • metadataModelName

      MetadataModelReference.Builder metadataModelName(String metadataModelName)

      The name of the metadata model.

      Parameters:
      metadataModelName - The name of the metadata model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • selectionRules

      MetadataModelReference.Builder selectionRules(String selectionRules)

      A JSON string that identifies this metadata model in the metadata tree. For the selection rule format, see Selection rules in DMS Schema Conversion.

      Usage:

      • You can pass this value as the SelectionRules parameter to any operation that accepts selection rules, such as DescribeMetadataModel, StartMetadataModelConversion, and others.

      Parameters:
      selectionRules - A JSON string that identifies this metadata model in the metadata tree. For the selection rule format, see Selection rules in DMS Schema Conversion.

      Usage:

      • You can pass this value as the SelectionRules parameter to any operation that accepts selection rules, such as DescribeMetadataModel, StartMetadataModelConversion , and others.

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