Interface StartMetadataModelExportAsScriptRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartMetadataModelExportAsScriptRequest.Builder,,StartMetadataModelExportAsScriptRequest> DatabaseMigrationRequest.Builder,SdkBuilder<StartMetadataModelExportAsScriptRequest.Builder,,StartMetadataModelExportAsScriptRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartMetadataModelExportAsScriptRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe name for the exported file.migrationProjectIdentifier(String migrationProjectIdentifier) The migration project name or Amazon Resource Name (ARN).Specifies the metadata tree to export from.origin(OriginTypeValue origin) Specifies the metadata tree to export from.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.selectionRules(String selectionRules) A JSON string that identifies the metadata models to export as a SQL script.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
StartMetadataModelExportAsScriptRequest.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 as a SQL script. For the selection rule format and examples, see Selection rules in DMS Schema Conversion.
Usage:
-
Accepts source or target selection rules depending on the
Originparameter. Theserver-namein the object locator must match the corresponding data provider. -
Supports
explicit,include, andexcluderule actions.
- Parameters:
selectionRules- A JSON string that identifies the metadata models to export as a SQL script. For the selection rule format and examples, see Selection rules in DMS Schema Conversion.Usage:
-
Accepts source or target selection rules depending on the
Originparameter. Theserver-namein the object locator must match the corresponding data provider. -
Supports
explicit,include, andexcluderule actions.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
origin
Specifies the metadata tree to export from.
- Parameters:
origin- Specifies the metadata tree to export from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
origin
Specifies the metadata tree to export from.
- Parameters:
origin- Specifies the metadata tree to export from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileName
The name for the exported file. When you omit this parameter, the service generates a name from the data provider engine name and an export timestamp.
- Parameters:
fileName- The name for the exported file. When you omit this parameter, the service generates a name from the data provider engine name and an export timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartMetadataModelExportAsScriptRequest.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
StartMetadataModelExportAsScriptRequest.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.
-