Interface StartMetadataModelImportRequest.Builder

  • Method Details

    • migrationProjectIdentifier

      StartMetadataModelImportRequest.Builder migrationProjectIdentifier(String migrationProjectIdentifier)

      The migration project name or Amazon Resource Name (ARN).

      Parameters:
      migrationProjectIdentifier - The migration project name or Amazon Resource Name (ARN).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • selectionRules

      StartMetadataModelImportRequest.Builder selectionRules(String selectionRules)

      A JSON string that identifies the metadata models to import from the data provider. For the selection rule format and examples, see Selection rules in DMS Schema Conversion.

      Usage:

      • Accepts source or target selection rules depending on the Origin parameter. The server-name in the object locator must match the corresponding data provider.

      • Supports explicit, include, and exclude rule actions.

      Parameters:
      selectionRules - A JSON string that identifies the metadata models to import from the data provider. For the selection rule format and examples, see Selection rules in DMS Schema Conversion.

      Usage:

      • Accepts source or target selection rules depending on the Origin parameter. The server-name in the object locator must match the corresponding data provider.

      • Supports explicit, include, and exclude rule actions.

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

      Specifies the metadata tree to import into.

      You cannot import from a virtual target data provider.

      Parameters:
      origin - Specifies the metadata tree to import into.

      You cannot import from a virtual target data provider.

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

      Specifies the metadata tree to import into.

      You cannot import from a virtual target data provider.

      Parameters:
      origin - Specifies the metadata tree to import into.

      You cannot import from a virtual target data provider.

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

      Specifies whether to refresh the selected metadata models from the data provider.

      When true, the import reloads the selected metadata models with current definitions and removes their existing subtree.

      When false (default), the import loads the full subtree that has not yet been loaded into the metadata tree.

      Parameters:
      refresh - Specifies whether to refresh the selected metadata models from the data provider.

      When true, the import reloads the selected metadata models with current definitions and removes their existing subtree.

      When false (default), the import loads the full subtree that has not yet been loaded into the metadata tree.

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

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