Interface MetadataModelReference.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MetadataModelReference.Builder,MetadataModelReference>, SdkBuilder<MetadataModelReference.Builder,MetadataModelReference>, SdkPojo
Enclosing class:
MetadataModelReference

@Mutable @NotThreadSafe public static interface MetadataModelReference.Builder extends SdkPojo, CopyableBuilder<MetadataModelReference.Builder,MetadataModelReference>
  • 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.