Uses of Class
software.amazon.awscdk.services.dms.CfnMigrationProjectProps.Builder
Packages that use CfnMigrationProjectProps.Builder
Package
Description
AWS Database Migration Service Construct Library
-
Uses of CfnMigrationProjectProps.Builder in software.amazon.awscdk.services.dms
Methods in software.amazon.awscdk.services.dms that return CfnMigrationProjectProps.BuilderModifier and TypeMethodDescriptionCfnMigrationProjectProps.builder()
CfnMigrationProjectProps.Builder.description
(String description) Sets the value ofCfnMigrationProjectProps.getDescription()
CfnMigrationProjectProps.Builder.instanceProfileArn
(String instanceProfileArn) Sets the value ofCfnMigrationProjectProps.getInstanceProfileArn()
CfnMigrationProjectProps.Builder.instanceProfileIdentifier
(String instanceProfileIdentifier) Sets the value ofCfnMigrationProjectProps.getInstanceProfileIdentifier()
CfnMigrationProjectProps.Builder.instanceProfileName
(String instanceProfileName) Sets the value ofCfnMigrationProjectProps.getInstanceProfileName()
CfnMigrationProjectProps.Builder.migrationProjectCreationTime
(String migrationProjectCreationTime) Deprecated.this property has been deprecatedCfnMigrationProjectProps.Builder.migrationProjectIdentifier
(String migrationProjectIdentifier) Sets the value ofCfnMigrationProjectProps.getMigrationProjectIdentifier()
CfnMigrationProjectProps.Builder.migrationProjectName
(String migrationProjectName) Sets the value ofCfnMigrationProjectProps.getMigrationProjectName()
CfnMigrationProjectProps.Builder.schemaConversionApplicationAttributes
(IResolvable schemaConversionApplicationAttributes) Sets the value ofCfnMigrationProjectProps.getSchemaConversionApplicationAttributes()
CfnMigrationProjectProps.Builder.schemaConversionApplicationAttributes
(CfnMigrationProject.SchemaConversionApplicationAttributesProperty schemaConversionApplicationAttributes) Sets the value ofCfnMigrationProjectProps.getSchemaConversionApplicationAttributes()
CfnMigrationProjectProps.Builder.sourceDataProviderDescriptors
(List<? extends Object> sourceDataProviderDescriptors) Sets the value ofCfnMigrationProjectProps.getSourceDataProviderDescriptors()
CfnMigrationProjectProps.Builder.sourceDataProviderDescriptors
(IResolvable sourceDataProviderDescriptors) Sets the value ofCfnMigrationProjectProps.getSourceDataProviderDescriptors()
Sets the value ofCfnMigrationProjectProps.getTags()
CfnMigrationProjectProps.Builder.targetDataProviderDescriptors
(List<? extends Object> targetDataProviderDescriptors) Sets the value ofCfnMigrationProjectProps.getTargetDataProviderDescriptors()
CfnMigrationProjectProps.Builder.targetDataProviderDescriptors
(IResolvable targetDataProviderDescriptors) Sets the value ofCfnMigrationProjectProps.getTargetDataProviderDescriptors()
CfnMigrationProjectProps.Builder.transformationRules
(String transformationRules) Sets the value ofCfnMigrationProjectProps.getTransformationRules()
Constructors in software.amazon.awscdk.services.dms with parameters of type CfnMigrationProjectProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMigrationProjectProps.Builder
.