Uses of Class
software.amazon.awscdk.services.dms.CfnReplicationInstanceProps.Builder
Packages that use CfnReplicationInstanceProps.Builder
Package
Description
AWS Database Migration Service Construct Library
-
Uses of CfnReplicationInstanceProps.Builder in software.amazon.awscdk.services.dms
Methods in software.amazon.awscdk.services.dms that return CfnReplicationInstanceProps.BuilderModifier and TypeMethodDescriptionCfnReplicationInstanceProps.Builder.allocatedStorage
(Number allocatedStorage) Sets the value ofCfnReplicationInstanceProps.getAllocatedStorage()
CfnReplicationInstanceProps.Builder.allowMajorVersionUpgrade
(Boolean allowMajorVersionUpgrade) Sets the value ofCfnReplicationInstanceProps.getAllowMajorVersionUpgrade()
CfnReplicationInstanceProps.Builder.allowMajorVersionUpgrade
(IResolvable allowMajorVersionUpgrade) Sets the value ofCfnReplicationInstanceProps.getAllowMajorVersionUpgrade()
CfnReplicationInstanceProps.Builder.autoMinorVersionUpgrade
(Boolean autoMinorVersionUpgrade) Sets the value ofCfnReplicationInstanceProps.getAutoMinorVersionUpgrade()
CfnReplicationInstanceProps.Builder.autoMinorVersionUpgrade
(IResolvable autoMinorVersionUpgrade) Sets the value ofCfnReplicationInstanceProps.getAutoMinorVersionUpgrade()
CfnReplicationInstanceProps.Builder.availabilityZone
(String availabilityZone) Sets the value ofCfnReplicationInstanceProps.getAvailabilityZone()
CfnReplicationInstanceProps.builder()
CfnReplicationInstanceProps.Builder.engineVersion
(String engineVersion) Sets the value ofCfnReplicationInstanceProps.getEngineVersion()
Sets the value ofCfnReplicationInstanceProps.getKmsKeyId()
Sets the value ofCfnReplicationInstanceProps.getMultiAz()
CfnReplicationInstanceProps.Builder.multiAz
(IResolvable multiAz) Sets the value ofCfnReplicationInstanceProps.getMultiAz()
CfnReplicationInstanceProps.Builder.networkType
(String networkType) Sets the value ofCfnReplicationInstanceProps.getNetworkType()
CfnReplicationInstanceProps.Builder.preferredMaintenanceWindow
(String preferredMaintenanceWindow) Sets the value ofCfnReplicationInstanceProps.getPreferredMaintenanceWindow()
CfnReplicationInstanceProps.Builder.publiclyAccessible
(Boolean publiclyAccessible) Sets the value ofCfnReplicationInstanceProps.getPubliclyAccessible()
CfnReplicationInstanceProps.Builder.publiclyAccessible
(IResolvable publiclyAccessible) Sets the value ofCfnReplicationInstanceProps.getPubliclyAccessible()
CfnReplicationInstanceProps.Builder.replicationInstanceClass
(String replicationInstanceClass) Sets the value ofCfnReplicationInstanceProps.getReplicationInstanceClass()
CfnReplicationInstanceProps.Builder.replicationInstanceIdentifier
(String replicationInstanceIdentifier) Sets the value ofCfnReplicationInstanceProps.getReplicationInstanceIdentifier()
CfnReplicationInstanceProps.Builder.replicationSubnetGroupIdentifier
(String replicationSubnetGroupIdentifier) Sets the value ofCfnReplicationInstanceProps.getReplicationSubnetGroupIdentifier()
CfnReplicationInstanceProps.Builder.resourceIdentifier
(String resourceIdentifier) Sets the value ofCfnReplicationInstanceProps.getResourceIdentifier()
Sets the value ofCfnReplicationInstanceProps.getTags()
CfnReplicationInstanceProps.Builder.vpcSecurityGroupIds
(List<String> vpcSecurityGroupIds) Sets the value ofCfnReplicationInstanceProps.getVpcSecurityGroupIds()
Constructors in software.amazon.awscdk.services.dms with parameters of type CfnReplicationInstanceProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnReplicationInstanceProps.Builder
.