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