Interface StartMetadataModelExportToTargetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartMetadataModelExportToTargetRequest.Builder,
,StartMetadataModelExportToTargetRequest> DatabaseMigrationRequest.Builder
,SdkBuilder<StartMetadataModelExportToTargetRequest.Builder,
,StartMetadataModelExportToTargetRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartMetadataModelExportToTargetRequest
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) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-