@Stability(value=Stable) public static final class CfnDBInstanceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDBInstanceProps>
CfnDBInstanceProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDBInstanceProps.Builder dbInstanceClass(String dbInstanceClass)
CfnDBInstanceProps.getDbInstanceClass()dbInstanceClass - `AWS::Neptune::DBInstance.DBInstanceClass`. This parameter is required.this@Stability(value=Stable) public CfnDBInstanceProps.Builder allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade)
CfnDBInstanceProps.getAllowMajorVersionUpgrade()allowMajorVersionUpgrade - `AWS::Neptune::DBInstance.AllowMajorVersionUpgrade`.this@Stability(value=Stable) public CfnDBInstanceProps.Builder allowMajorVersionUpgrade(IResolvable allowMajorVersionUpgrade)
CfnDBInstanceProps.getAllowMajorVersionUpgrade()allowMajorVersionUpgrade - `AWS::Neptune::DBInstance.AllowMajorVersionUpgrade`.this@Stability(value=Stable) public CfnDBInstanceProps.Builder autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
CfnDBInstanceProps.getAutoMinorVersionUpgrade()autoMinorVersionUpgrade - `AWS::Neptune::DBInstance.AutoMinorVersionUpgrade`.this@Stability(value=Stable) public CfnDBInstanceProps.Builder autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
CfnDBInstanceProps.getAutoMinorVersionUpgrade()autoMinorVersionUpgrade - `AWS::Neptune::DBInstance.AutoMinorVersionUpgrade`.this@Stability(value=Stable) public CfnDBInstanceProps.Builder availabilityZone(String availabilityZone)
CfnDBInstanceProps.getAvailabilityZone()availabilityZone - `AWS::Neptune::DBInstance.AvailabilityZone`.this@Stability(value=Stable) public CfnDBInstanceProps.Builder dbClusterIdentifier(String dbClusterIdentifier)
CfnDBInstanceProps.getDbClusterIdentifier()dbClusterIdentifier - `AWS::Neptune::DBInstance.DBClusterIdentifier`.this@Stability(value=Stable) public CfnDBInstanceProps.Builder dbInstanceIdentifier(String dbInstanceIdentifier)
CfnDBInstanceProps.getDbInstanceIdentifier()dbInstanceIdentifier - `AWS::Neptune::DBInstance.DBInstanceIdentifier`.this@Stability(value=Stable) public CfnDBInstanceProps.Builder dbParameterGroupName(String dbParameterGroupName)
CfnDBInstanceProps.getDbParameterGroupName()dbParameterGroupName - `AWS::Neptune::DBInstance.DBParameterGroupName`.this@Stability(value=Stable) public CfnDBInstanceProps.Builder dbSnapshotIdentifier(String dbSnapshotIdentifier)
CfnDBInstanceProps.getDbSnapshotIdentifier()dbSnapshotIdentifier - `AWS::Neptune::DBInstance.DBSnapshotIdentifier`.this@Stability(value=Stable) public CfnDBInstanceProps.Builder dbSubnetGroupName(String dbSubnetGroupName)
CfnDBInstanceProps.getDbSubnetGroupName()dbSubnetGroupName - `AWS::Neptune::DBInstance.DBSubnetGroupName`.this@Stability(value=Stable) public CfnDBInstanceProps.Builder preferredMaintenanceWindow(String preferredMaintenanceWindow)
CfnDBInstanceProps.getPreferredMaintenanceWindow()preferredMaintenanceWindow - `AWS::Neptune::DBInstance.PreferredMaintenanceWindow`.this@Stability(value=Stable) public CfnDBInstanceProps.Builder tags(List<? extends CfnTag> tags)
CfnDBInstanceProps.getTags()tags - `AWS::Neptune::DBInstance.Tags`.this@Stability(value=Stable) public CfnDBInstanceProps build()
build in interface software.amazon.jsii.Builder<CfnDBInstanceProps>CfnDBInstancePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.