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
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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
StartMetadataModelExportAsScriptRequest.Builder selectionRules(String 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
StartMetadataModelExportAsScriptRequest.Builder origin(String 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:
OriginTypeValue,OriginTypeValue
-
origin
StartMetadataModelExportAsScriptRequest.Builder origin(OriginTypeValue 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:
OriginTypeValue,OriginTypeValue
-
fileName
StartMetadataModelExportAsScriptRequest.Builder fileName(String 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
-
-