Interface StartMetadataModelImportRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<StartMetadataModelImportRequest.Builder,StartMetadataModelImportRequest>, DatabaseMigrationRequest.Builder, SdkBuilder<StartMetadataModelImportRequest.Builder,StartMetadataModelImportRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
StartMetadataModelImportRequest

  • 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)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder