Interface StartMetadataModelExportToTargetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartMetadataModelExportToTargetRequest.Builder,,StartMetadataModelExportToTargetRequest> DatabaseMigrationRequest.Builder,SdkBuilder<StartMetadataModelExportToTargetRequest.Builder,,StartMetadataModelExportToTargetRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartMetadataModelExportToTargetRequest
-
Method Summary
Modifier and TypeMethodDescriptionmigrationProjectIdentifier(String migrationProjectIdentifier) The migration project name or Amazon Resource Name (ARN).overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.overwriteExtensionPack(Boolean overwriteExtensionPack) Specifies whether to overwrite the extension pack if one already exists on the target database.selectionRules(String selectionRules) A JSON string that identifies the metadata models to export to the target database.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
StartMetadataModelExportToTargetRequest.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 export to the target database. For the selection rule format and examples, see Selection rules in DMS Schema Conversion.
Usage:
-
Accepts only target selection rules, where
server-namein the object locator matches the target data provider. -
Supports
explicit,include, andexcluderule actions.
- Parameters:
selectionRules- A JSON string that identifies the metadata models to export to the target database. For the selection rule format and examples, see Selection rules in DMS Schema Conversion.Usage:
-
Accepts only target selection rules, where
server-namein the object locator matches the target data provider. -
Supports
explicit,include, andexcluderule actions.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overwriteExtensionPack
StartMetadataModelExportToTargetRequest.Builder overwriteExtensionPack(Boolean overwriteExtensionPack) Specifies whether to overwrite the extension pack if one already exists on the target database. The default value is
true.- Parameters:
overwriteExtensionPack- Specifies whether to overwrite the extension pack if one already exists on the target database. The default value istrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartMetadataModelExportToTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartMetadataModelExportToTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-