Interface StartMetadataModelImportRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartMetadataModelImportRequest.Builder,,StartMetadataModelImportRequest> DatabaseMigrationRequest.Builder,SdkBuilder<StartMetadataModelImportRequest.Builder,,StartMetadataModelImportRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartMetadataModelImportRequest
@Mutable
@NotThreadSafe
public static interface StartMetadataModelImportRequest.Builder
extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<StartMetadataModelImportRequest.Builder,StartMetadataModelImportRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmigrationProjectIdentifier(String migrationProjectIdentifier) The migration project name or Amazon Resource Name (ARN).Whether to load metadata to the source or target database.origin(OriginTypeValue origin) Whether to load metadata to the source or target database.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Iftrue, DMS loads metadata for the specified objects from the source database.selectionRules(String selectionRules) A value that specifies the database objects to import.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 value that specifies the database objects to import.
- Parameters:
selectionRules- A value that specifies the database objects to import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
origin
Whether to load metadata to the source or target database.
- Parameters:
origin- Whether to load metadata to the source or target database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
origin
Whether to load metadata to the source or target database.
- Parameters:
origin- Whether to load metadata to the source or target database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
refresh
If
true, DMS loads metadata for the specified objects from the source database.- Parameters:
refresh- Iftrue, DMS loads metadata for the specified objects from the source database.- 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
-