public static interface MigrationProject.Builder extends SdkPojo, CopyableBuilder<MigrationProject.Builder,MigrationProject>
| Modifier and Type | Method and Description |
|---|---|
MigrationProject.Builder |
description(String description)
A user-friendly description of the migration project.
|
MigrationProject.Builder |
instanceProfileArn(String instanceProfileArn)
The Amazon Resource Name (ARN) of the instance profile for your migration project.
|
MigrationProject.Builder |
instanceProfileName(String instanceProfileName)
The name of the associated instance profile.
|
MigrationProject.Builder |
migrationProjectArn(String migrationProjectArn)
The ARN string that uniquely identifies the migration project.
|
MigrationProject.Builder |
migrationProjectCreationTime(Instant migrationProjectCreationTime)
The time when the migration project was created.
|
MigrationProject.Builder |
migrationProjectName(String migrationProjectName)
The name of the migration project.
|
default 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 |
schemaConversionApplicationAttributes(SCApplicationAttributes schemaConversionApplicationAttributes)
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
|
MigrationProject.Builder |
sourceDataProviderDescriptors(Collection<DataProviderDescriptor> sourceDataProviderDescriptors)
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
sourceDataProviderDescriptors(Consumer<DataProviderDescriptor.Builder>... sourceDataProviderDescriptors)
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
sourceDataProviderDescriptors(DataProviderDescriptor... sourceDataProviderDescriptors)
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
targetDataProviderDescriptors(Collection<DataProviderDescriptor> targetDataProviderDescriptors)
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
targetDataProviderDescriptors(Consumer<DataProviderDescriptor.Builder>... targetDataProviderDescriptors)
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
targetDataProviderDescriptors(DataProviderDescriptor... targetDataProviderDescriptors)
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
|
MigrationProject.Builder |
transformationRules(String transformationRules)
The settings in JSON format for migration rules.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMigrationProject.Builder migrationProjectName(String migrationProjectName)
The name of the migration project.
migrationProjectName - The name of the migration project.MigrationProject.Builder migrationProjectArn(String migrationProjectArn)
The ARN string that uniquely identifies the migration project.
migrationProjectArn - The ARN string that uniquely identifies the migration project.MigrationProject.Builder migrationProjectCreationTime(Instant migrationProjectCreationTime)
The time when the migration project was created.
migrationProjectCreationTime - The time when the migration project was created.MigrationProject.Builder sourceDataProviderDescriptors(Collection<DataProviderDescriptor> sourceDataProviderDescriptors)
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
sourceDataProviderDescriptors - Information about the source data provider, including the name or ARN, and Secrets Manager parameters.MigrationProject.Builder sourceDataProviderDescriptors(DataProviderDescriptor... sourceDataProviderDescriptors)
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
sourceDataProviderDescriptors - Information about the source data provider, including the name or ARN, and Secrets Manager parameters.MigrationProject.Builder sourceDataProviderDescriptors(Consumer<DataProviderDescriptor.Builder>... sourceDataProviderDescriptors)
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
This is a convenience method that creates an instance of theDataProviderDescriptor.Builder avoiding the
need to create one manually via
DataProviderDescriptor.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #sourceDataProviderDescriptors(List.
sourceDataProviderDescriptors - a consumer that will call methods on
DataProviderDescriptor.Builder#sourceDataProviderDescriptors(java.util.Collection) MigrationProject.Builder targetDataProviderDescriptors(Collection<DataProviderDescriptor> targetDataProviderDescriptors)
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
targetDataProviderDescriptors - Information about the target data provider, including the name or ARN, and Secrets Manager parameters.MigrationProject.Builder targetDataProviderDescriptors(DataProviderDescriptor... targetDataProviderDescriptors)
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
targetDataProviderDescriptors - Information about the target data provider, including the name or ARN, and Secrets Manager parameters.MigrationProject.Builder targetDataProviderDescriptors(Consumer<DataProviderDescriptor.Builder>... targetDataProviderDescriptors)
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
This is a convenience method that creates an instance of theDataProviderDescriptor.Builder avoiding the
need to create one manually via
DataProviderDescriptor.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #targetDataProviderDescriptors(List.
targetDataProviderDescriptors - a consumer that will call methods on
DataProviderDescriptor.Builder#targetDataProviderDescriptors(java.util.Collection) MigrationProject.Builder instanceProfileArn(String instanceProfileArn)
The Amazon Resource Name (ARN) of the instance profile for your migration project.
instanceProfileArn - The Amazon Resource Name (ARN) of the instance profile for your migration project.MigrationProject.Builder instanceProfileName(String instanceProfileName)
The name of the associated instance profile.
instanceProfileName - The name of the associated instance profile.MigrationProject.Builder transformationRules(String transformationRules)
The settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.
transformationRules - The settings in JSON format for migration rules. Migration rules make it possible for you to change
the object names according to the rules that you specify. For example, you can change an object name
to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.MigrationProject.Builder description(String description)
A user-friendly description of the migration project.
description - A user-friendly description of the migration project.MigrationProject.Builder schemaConversionApplicationAttributes(SCApplicationAttributes schemaConversionApplicationAttributes)
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
schemaConversionApplicationAttributes - The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role
ARN.default MigrationProject.Builder schemaConversionApplicationAttributes(Consumer<SCApplicationAttributes.Builder> schemaConversionApplicationAttributes)
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
This is a convenience method that creates an instance of theSCApplicationAttributes.Builder avoiding
the need to create one manually via SCApplicationAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to schemaConversionApplicationAttributes(SCApplicationAttributes).
schemaConversionApplicationAttributes - a consumer that will call methods on SCApplicationAttributes.BuilderschemaConversionApplicationAttributes(SCApplicationAttributes)Copyright © 2023. All rights reserved.