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 Summary
Modifier and TypeMethodDescriptionmigrationProjectIdentifier(String migrationProjectIdentifier) The migration project name or Amazon Resource Name (ARN).Specifies the metadata tree to import into.origin(OriginTypeValue origin) Specifies the metadata tree to import into.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Specifies whether to refresh the selected metadata models from the data provider.selectionRules(String selectionRules) A JSON string that identifies the metadata models to import from the data provider.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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
Originparameter. Theserver-namein the object locator must match the corresponding data provider. -
Supports
explicit,include, andexcluderule 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
Originparameter. Theserver-namein the object locator must match the corresponding data provider. -
Supports
explicit,include, andexcluderule 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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartMetadataModelImportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-