Interface StartMetadataModelImportRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartMetadataModelImportRequest.Builder,
,StartMetadataModelImportRequest> DatabaseMigrationRequest.Builder
,SdkBuilder<StartMetadataModelImportRequest.Builder,
,StartMetadataModelImportRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartMetadataModelImportRequest
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) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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
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
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) 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
StartMetadataModelImportRequest.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.
-