Interface CreateMigrationProjectRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateMigrationProjectRequest.Builder,,- CreateMigrationProjectRequest> - DatabaseMigrationRequest.Builder,- SdkBuilder<CreateMigrationProjectRequest.Builder,,- CreateMigrationProjectRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateMigrationProjectRequest
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) A user-friendly description of the migration project.instanceProfileIdentifier(String instanceProfileIdentifier) The identifier of the associated instance profile.migrationProjectName(String migrationProjectName) A user-friendly name for the migration project.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.schemaConversionApplicationAttributes(Consumer<SCApplicationAttributes.Builder> schemaConversionApplicationAttributes) The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.schemaConversionApplicationAttributes(SCApplicationAttributes schemaConversionApplicationAttributes) The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.sourceDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> sourceDataProviderDescriptors) Information about the source data provider, including the name, ARN, and Secrets Manager parameters.sourceDataProviderDescriptors(Consumer<DataProviderDescriptorDefinition.Builder>... sourceDataProviderDescriptors) Information about the source data provider, including the name, ARN, and Secrets Manager parameters.sourceDataProviderDescriptors(DataProviderDescriptorDefinition... sourceDataProviderDescriptors) Information about the source data provider, including the name, ARN, and Secrets Manager parameters.tags(Collection<Tag> tags) One or more tags to be assigned to the migration project.tags(Consumer<Tag.Builder>... tags) One or more tags to be assigned to the migration project.One or more tags to be assigned to the migration project.targetDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> targetDataProviderDescriptors) Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.targetDataProviderDescriptors(Consumer<DataProviderDescriptorDefinition.Builder>... targetDataProviderDescriptors) Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.targetDataProviderDescriptors(DataProviderDescriptorDefinition... targetDataProviderDescriptors) Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.transformationRules(String transformationRules) The settings in JSON format for migration rules.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
migrationProjectNameA user-friendly name for the migration project. - Parameters:
- migrationProjectName- A user-friendly name for the migration project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceDataProviderDescriptorsCreateMigrationProjectRequest.Builder sourceDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> sourceDataProviderDescriptors) Information about the source data provider, including the name, ARN, and Secrets Manager parameters. - Parameters:
- sourceDataProviderDescriptors- Information about the source data provider, including the name, ARN, and Secrets Manager parameters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceDataProviderDescriptorsCreateMigrationProjectRequest.Builder sourceDataProviderDescriptors(DataProviderDescriptorDefinition... sourceDataProviderDescriptors) Information about the source data provider, including the name, ARN, and Secrets Manager parameters. - Parameters:
- sourceDataProviderDescriptors- Information about the source data provider, including the name, ARN, and Secrets Manager parameters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceDataProviderDescriptorsCreateMigrationProjectRequest.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.Builderavoiding the need to create one manually viaDataProviderDescriptorDefinition.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceDataProviderDescriptors(List<DataProviderDescriptorDefinition>).- Parameters:
- sourceDataProviderDescriptors- a consumer that will call methods on- DataProviderDescriptorDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
targetDataProviderDescriptorsCreateMigrationProjectRequest.Builder targetDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> targetDataProviderDescriptors) Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters. - Parameters:
- targetDataProviderDescriptors- Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
targetDataProviderDescriptorsCreateMigrationProjectRequest.Builder targetDataProviderDescriptors(DataProviderDescriptorDefinition... targetDataProviderDescriptors) Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters. - Parameters:
- targetDataProviderDescriptors- Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
targetDataProviderDescriptorsCreateMigrationProjectRequest.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.Builderavoiding the need to create one manually viaDataProviderDescriptorDefinition.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totargetDataProviderDescriptors(List<DataProviderDescriptorDefinition>).- Parameters:
- targetDataProviderDescriptors- a consumer that will call methods on- DataProviderDescriptorDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
instanceProfileIdentifierThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
transformationRulesThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionA user-friendly description of the migration project. - Parameters:
- description- A user-friendly description of the migration project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsOne or more tags to be assigned to the migration project. - Parameters:
- tags- One or more tags to be assigned to the migration project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsOne or more tags to be assigned to the migration project. - Parameters:
- tags- One or more tags to be assigned to the migration project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsOne or more tags to be assigned to the migration project. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
schemaConversionApplicationAttributesCreateMigrationProjectRequest.Builder schemaConversionApplicationAttributes(SCApplicationAttributes schemaConversionApplicationAttributes) The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN. - Parameters:
- schemaConversionApplicationAttributes- The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
schemaConversionApplicationAttributesdefault 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.Builderavoiding the need to create one manually viaSCApplicationAttributes.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toschemaConversionApplicationAttributes(SCApplicationAttributes).- Parameters:
- schemaConversionApplicationAttributes- a consumer that will call methods on- SCApplicationAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateMigrationProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateMigrationProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-