Interface CreateMigrationProjectRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateMigrationProjectRequest.Builder,CreateMigrationProjectRequest>,DatabaseMigrationRequest.Builder,SdkBuilder<CreateMigrationProjectRequest.Builder,CreateMigrationProjectRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateMigrationProjectRequest
@Mutable @NotThreadSafe public static interface CreateMigrationProjectRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<CreateMigrationProjectRequest.Builder,CreateMigrationProjectRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateMigrationProjectRequest.Builderdescription(String description)A user-friendly description of the migration project.CreateMigrationProjectRequest.BuilderinstanceProfileIdentifier(String instanceProfileIdentifier)The identifier of the associated instance profile.CreateMigrationProjectRequest.BuildermigrationProjectName(String migrationProjectName)A user-friendly name for the migration project.CreateMigrationProjectRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateMigrationProjectRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateMigrationProjectRequest.BuilderschemaConversionApplicationAttributes(Consumer<SCApplicationAttributes.Builder> schemaConversionApplicationAttributes)The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.CreateMigrationProjectRequest.BuilderschemaConversionApplicationAttributes(SCApplicationAttributes schemaConversionApplicationAttributes)The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.CreateMigrationProjectRequest.BuildersourceDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> sourceDataProviderDescriptors)Information about the source data provider, including the name, ARN, and Secrets Manager parameters.CreateMigrationProjectRequest.BuildersourceDataProviderDescriptors(Consumer<DataProviderDescriptorDefinition.Builder>... sourceDataProviderDescriptors)Information about the source data provider, including the name, ARN, and Secrets Manager parameters.CreateMigrationProjectRequest.BuildersourceDataProviderDescriptors(DataProviderDescriptorDefinition... sourceDataProviderDescriptors)Information about the source data provider, including the name, ARN, and Secrets Manager parameters.CreateMigrationProjectRequest.Buildertags(Collection<Tag> tags)One or more tags to be assigned to the migration project.CreateMigrationProjectRequest.Buildertags(Consumer<Tag.Builder>... tags)One or more tags to be assigned to the migration project.CreateMigrationProjectRequest.Buildertags(Tag... tags)One or more tags to be assigned to the migration project.CreateMigrationProjectRequest.BuildertargetDataProviderDescriptors(Collection<DataProviderDescriptorDefinition> targetDataProviderDescriptors)Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.CreateMigrationProjectRequest.BuildertargetDataProviderDescriptors(Consumer<DataProviderDescriptorDefinition.Builder>... targetDataProviderDescriptors)Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.CreateMigrationProjectRequest.BuildertargetDataProviderDescriptors(DataProviderDescriptorDefinition... targetDataProviderDescriptors)Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.CreateMigrationProjectRequest.BuildertransformationRules(String transformationRules)The settings in JSON format for migration rules.-
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
-
migrationProjectName
CreateMigrationProjectRequest.Builder migrationProjectName(String migrationProjectName)
A 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.
-
sourceDataProviderDescriptors
CreateMigrationProjectRequest.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.
-
sourceDataProviderDescriptors
CreateMigrationProjectRequest.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.
-
sourceDataProviderDescriptors
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.Builderavoiding the need to create one manually viaDataProviderDescriptorDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#sourceDataProviderDescriptors(List.) - Parameters:
sourceDataProviderDescriptors- a consumer that will call methods onDataProviderDescriptorDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#sourceDataProviderDescriptors(java.util.Collection)
-
targetDataProviderDescriptors
CreateMigrationProjectRequest.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.
-
targetDataProviderDescriptors
CreateMigrationProjectRequest.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.
-
targetDataProviderDescriptors
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.Builderavoiding the need to create one manually viaDataProviderDescriptorDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#targetDataProviderDescriptors(List.) - Parameters:
targetDataProviderDescriptors- a consumer that will call methods onDataProviderDescriptorDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#targetDataProviderDescriptors(java.util.Collection)
-
instanceProfileIdentifier
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.
- 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.
-
transformationRules
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.
- 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.
-
description
CreateMigrationProjectRequest.Builder description(String description)
A 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.
-
tags
CreateMigrationProjectRequest.Builder tags(Collection<Tag> tags)
One 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.
-
tags
CreateMigrationProjectRequest.Builder tags(Tag... tags)
One 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.
-
tags
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
schemaConversionApplicationAttributes
CreateMigrationProjectRequest.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.
-
schemaConversionApplicationAttributes
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.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 onSCApplicationAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
schemaConversionApplicationAttributes(SCApplicationAttributes)
-
overrideConfiguration
CreateMigrationProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateMigrationProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-