public static interface CreateMigrationProjectRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<CreateMigrationProjectRequest.Builder,CreateMigrationProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateMigrationProjectRequest.Builder |
description(String description)
A user-friendly description of the migration project.
|
CreateMigrationProjectRequest.Builder |
instanceProfileIdentifier(String instanceProfileIdentifier)
The identifier of the associated instance profile.
|
CreateMigrationProjectRequest.Builder |
migrationProjectName(String migrationProjectName)
A user-friendly name for the migration project.
|
CreateMigrationProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMigrationProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateMigrationProjectRequest.Builder |
schemaConversionApplicationAttributes(Consumer<SCApplicationAttributes.Builder> schemaConversionApplicationAttributes)
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
|
CreateMigrationProjectRequest.Builder |
schemaConversionApplicationAttributes(SCApplicationAttributes schemaConversionApplicationAttributes)
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
|
CreateMigrationProjectRequest.Builder |
sourceDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> sourceDataProviderDescriptors)
Information about the source data provider, including the name, ARN, and Secrets Manager parameters.
|
CreateMigrationProjectRequest.Builder |
sourceDataProviderDescriptors(Consumer<DataProviderDescriptorDefinition.Builder>... sourceDataProviderDescriptors)
Information about the source data provider, including the name, ARN, and Secrets Manager parameters.
|
CreateMigrationProjectRequest.Builder |
sourceDataProviderDescriptors(DataProviderDescriptorDefinition... sourceDataProviderDescriptors)
Information about the source data provider, including the name, ARN, and Secrets Manager parameters.
|
CreateMigrationProjectRequest.Builder |
tags(Collection<Tag> tags)
One or more tags to be assigned to the migration project.
|
CreateMigrationProjectRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
One or more tags to be assigned to the migration project.
|
CreateMigrationProjectRequest.Builder |
tags(Tag... tags)
One or more tags to be assigned to the migration project.
|
CreateMigrationProjectRequest.Builder |
targetDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> targetDataProviderDescriptors)
Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager
parameters.
|
CreateMigrationProjectRequest.Builder |
targetDataProviderDescriptors(Consumer<DataProviderDescriptorDefinition.Builder>... targetDataProviderDescriptors)
Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager
parameters.
|
CreateMigrationProjectRequest.Builder |
targetDataProviderDescriptors(DataProviderDescriptorDefinition... targetDataProviderDescriptors)
Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager
parameters.
|
CreateMigrationProjectRequest.Builder |
transformationRules(String transformationRules)
The settings in JSON format for migration rules.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMigrationProjectRequest.Builder migrationProjectName(String migrationProjectName)
A user-friendly name for the migration project.
migrationProjectName - A user-friendly name for the migration project.CreateMigrationProjectRequest.Builder sourceDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> sourceDataProviderDescriptors)
Information about the source data provider, including the name, ARN, and Secrets Manager parameters.
sourceDataProviderDescriptors - Information about the source data provider, including the name, ARN, and Secrets Manager parameters.CreateMigrationProjectRequest.Builder sourceDataProviderDescriptors(DataProviderDescriptorDefinition... sourceDataProviderDescriptors)
Information about the source data provider, including the name, ARN, and Secrets Manager parameters.
sourceDataProviderDescriptors - Information about the source data provider, including the name, ARN, and Secrets Manager parameters.CreateMigrationProjectRequest.Builder sourceDataProviderDescriptors(Consumer<DataProviderDescriptorDefinition.Builder>... sourceDataProviderDescriptors)
Information about the source data provider, including the name, ARN, and Secrets Manager parameters.
This is a convenience method that creates an instance of theDataProviderDescriptorDefinition.Builder
avoiding the need to create one manually via
DataProviderDescriptorDefinition.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
DataProviderDescriptorDefinition.Builder#sourceDataProviderDescriptors(java.util.Collection) CreateMigrationProjectRequest.Builder targetDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> targetDataProviderDescriptors)
Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.
targetDataProviderDescriptors - Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets
Manager parameters.CreateMigrationProjectRequest.Builder targetDataProviderDescriptors(DataProviderDescriptorDefinition... targetDataProviderDescriptors)
Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.
targetDataProviderDescriptors - Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets
Manager parameters.CreateMigrationProjectRequest.Builder targetDataProviderDescriptors(Consumer<DataProviderDescriptorDefinition.Builder>... targetDataProviderDescriptors)
Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.
This is a convenience method that creates an instance of theDataProviderDescriptorDefinition.Builder
avoiding the need to create one manually via
DataProviderDescriptorDefinition.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
DataProviderDescriptorDefinition.Builder#targetDataProviderDescriptors(java.util.Collection) CreateMigrationProjectRequest.Builder instanceProfileIdentifier(String instanceProfileIdentifier)
The identifier of the associated instance profile. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
instanceProfileIdentifier - The identifier of the associated instance profile. Identifiers must begin with a letter and must
contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two
consecutive hyphens.CreateMigrationProjectRequest.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.CreateMigrationProjectRequest.Builder description(String description)
A user-friendly description of the migration project.
description - A user-friendly description of the migration project.CreateMigrationProjectRequest.Builder tags(Collection<Tag> tags)
One or more tags to be assigned to the migration project.
tags - One or more tags to be assigned to the migration project.CreateMigrationProjectRequest.Builder tags(Tag... tags)
One or more tags to be assigned to the migration project.
tags - One or more tags to be assigned to the migration project.CreateMigrationProjectRequest.Builder tags(Consumer<Tag.Builder>... tags)
One or more tags to be assigned to the migration project.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateMigrationProjectRequest.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 CreateMigrationProjectRequest.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)CreateMigrationProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMigrationProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.