Interface StartMetadataModelExportAsScriptRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartMetadataModelExportAsScriptRequest.Builder,,StartMetadataModelExportAsScriptRequest> DatabaseMigrationRequest.Builder,SdkBuilder<StartMetadataModelExportAsScriptRequest.Builder,,StartMetadataModelExportAsScriptRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartMetadataModelExportAsScriptRequest
@Mutable
@NotThreadSafe
public static interface StartMetadataModelExportAsScriptRequest.Builder
extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<StartMetadataModelExportAsScriptRequest.Builder,StartMetadataModelExportAsScriptRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the model file to create in the Amazon S3 bucket.migrationProjectIdentifier(String migrationProjectIdentifier) The migration project name or Amazon Resource Name (ARN).Whether to export the metadata model from the source or the target.origin(OriginTypeValue origin) Whether to export the metadata model from the source or the target.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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
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 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.
-
origin
Whether to export the metadata model from the source or the target.
- Parameters:
origin- Whether to export the metadata model from the source or the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
origin
Whether to export the metadata model from the source or the target.
- Parameters:
origin- Whether to export the metadata model from the source or the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileName
The name of the model file to create in the Amazon S3 bucket.
- Parameters:
fileName- The name of the model file to create in the Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartMetadataModelExportAsScriptRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartMetadataModelExportAsScriptRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-