Interface StartMetadataModelExportToTargetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartMetadataModelExportToTargetRequest.Builder,,StartMetadataModelExportToTargetRequest> DatabaseMigrationRequest.Builder,SdkBuilder<StartMetadataModelExportToTargetRequest.Builder,,StartMetadataModelExportToTargetRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartMetadataModelExportToTargetRequest
@Mutable
@NotThreadSafe
public static interface StartMetadataModelExportToTargetRequest.Builder
extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<StartMetadataModelExportToTargetRequest.Builder,StartMetadataModelExportToTargetRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmigrationProjectIdentifier(String migrationProjectIdentifier) The migration project name or Amazon Resource Name (ARN).overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) overwriteExtensionPack(Boolean overwriteExtensionPack) Whether to overwrite the migration project extension pack.selectionRules(String selectionRules) A value that specifies the database objects to export.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 value that specifies the database objects to export.
- Parameters:
selectionRules- A value that specifies the database objects to export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overwriteExtensionPack
StartMetadataModelExportToTargetRequest.Builder overwriteExtensionPack(Boolean overwriteExtensionPack) Whether to overwrite the migration project extension pack. An extension pack is an add-on module that emulates functions present in a source database that are required when converting objects to the target database.
- Parameters:
overwriteExtensionPack- Whether to overwrite the migration project extension pack. An extension pack is an add-on module that emulates functions present in a source database that are required when converting objects to the target database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartMetadataModelExportToTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartMetadataModelExportToTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-