| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static MigrationProject.Builder |
MigrationProject.builder() |
MigrationProject.Builder |
MigrationProject.Builder.description(String description)
A user-friendly description of the migration project.
|
MigrationProject.Builder |
MigrationProject.Builder.instanceProfileArn(String instanceProfileArn)
The Amazon Resource Name (ARN) of the instance profile for your migration project.
|
MigrationProject.Builder |
MigrationProject.Builder.instanceProfileName(String instanceProfileName)
The name of the associated instance profile.
|
MigrationProject.Builder |
MigrationProject.Builder.migrationProjectArn(String migrationProjectArn)
The ARN string that uniquely identifies the migration project.
|
MigrationProject.Builder |
MigrationProject.Builder.migrationProjectCreationTime(Instant migrationProjectCreationTime)
The time when the migration project was created.
|
MigrationProject.Builder |
MigrationProject.Builder.migrationProjectName(String migrationProjectName)
The name of the migration project.
|
default MigrationProject.Builder |
MigrationProject.Builder.schemaConversionApplicationAttributes(Consumer<SCApplicationAttributes.Builder> schemaConversionApplicationAttributes)
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
|
MigrationProject.Builder |
MigrationProject.Builder.schemaConversionApplicationAttributes(SCApplicationAttributes schemaConversionApplicationAttributes)
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
|
MigrationProject.Builder |
MigrationProject.Builder.sourceDataProviderDescriptors(Collection<DataProviderDescriptor> sourceDataProviderDescriptors)
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
MigrationProject.Builder.sourceDataProviderDescriptors(Consumer<DataProviderDescriptor.Builder>... sourceDataProviderDescriptors)
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
MigrationProject.Builder.sourceDataProviderDescriptors(DataProviderDescriptor... sourceDataProviderDescriptors)
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
MigrationProject.Builder.targetDataProviderDescriptors(Collection<DataProviderDescriptor> targetDataProviderDescriptors)
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
MigrationProject.Builder.targetDataProviderDescriptors(Consumer<DataProviderDescriptor.Builder>... targetDataProviderDescriptors)
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
MigrationProject.Builder.targetDataProviderDescriptors(DataProviderDescriptor... targetDataProviderDescriptors)
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
MigrationProject.toBuilder() |
MigrationProject.Builder |
MigrationProject.Builder.transformationRules(String transformationRules)
The settings in JSON format for migration rules.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MigrationProject.Builder> |
MigrationProject.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateMigrationProjectResponse.Builder |
CreateMigrationProjectResponse.Builder.migrationProject(Consumer<MigrationProject.Builder> migrationProject)
The migration project that was created.
|
default DeleteMigrationProjectResponse.Builder |
DeleteMigrationProjectResponse.Builder.migrationProject(Consumer<MigrationProject.Builder> migrationProject)
The migration project that was deleted.
|
default ModifyMigrationProjectResponse.Builder |
ModifyMigrationProjectResponse.Builder.migrationProject(Consumer<MigrationProject.Builder> migrationProject)
The migration project that was modified.
|
Copyright © 2023. All rights reserved.