@Stability(value=Stable) public static final class CfnDBClusterProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDBClusterProps>
CfnDBClusterProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDBClusterProps.Builder associatedRoles(IResolvable associatedRoles)
CfnDBClusterProps.getAssociatedRoles()associatedRoles - `AWS::Neptune::DBCluster.AssociatedRoles`.this@Stability(value=Stable) public CfnDBClusterProps.Builder associatedRoles(List<? extends Object> associatedRoles)
CfnDBClusterProps.getAssociatedRoles()associatedRoles - `AWS::Neptune::DBCluster.AssociatedRoles`.this@Stability(value=Stable) public CfnDBClusterProps.Builder availabilityZones(List<String> availabilityZones)
CfnDBClusterProps.getAvailabilityZones()availabilityZones - `AWS::Neptune::DBCluster.AvailabilityZones`.this@Stability(value=Stable) public CfnDBClusterProps.Builder backupRetentionPeriod(Number backupRetentionPeriod)
CfnDBClusterProps.getBackupRetentionPeriod()backupRetentionPeriod - `AWS::Neptune::DBCluster.BackupRetentionPeriod`.this@Stability(value=Stable) public CfnDBClusterProps.Builder dbClusterIdentifier(String dbClusterIdentifier)
CfnDBClusterProps.getDbClusterIdentifier()dbClusterIdentifier - `AWS::Neptune::DBCluster.DBClusterIdentifier`.this@Stability(value=Stable) public CfnDBClusterProps.Builder dbClusterParameterGroupName(String dbClusterParameterGroupName)
CfnDBClusterProps.getDbClusterParameterGroupName()dbClusterParameterGroupName - `AWS::Neptune::DBCluster.DBClusterParameterGroupName`.this@Stability(value=Stable) public CfnDBClusterProps.Builder dbSubnetGroupName(String dbSubnetGroupName)
CfnDBClusterProps.getDbSubnetGroupName()dbSubnetGroupName - `AWS::Neptune::DBCluster.DBSubnetGroupName`.this@Stability(value=Stable) public CfnDBClusterProps.Builder deletionProtection(Boolean deletionProtection)
CfnDBClusterProps.getDeletionProtection()deletionProtection - `AWS::Neptune::DBCluster.DeletionProtection`.this@Stability(value=Stable) public CfnDBClusterProps.Builder deletionProtection(IResolvable deletionProtection)
CfnDBClusterProps.getDeletionProtection()deletionProtection - `AWS::Neptune::DBCluster.DeletionProtection`.this@Stability(value=Stable) public CfnDBClusterProps.Builder enableCloudwatchLogsExports(List<String> enableCloudwatchLogsExports)
CfnDBClusterProps.getEnableCloudwatchLogsExports()enableCloudwatchLogsExports - `AWS::Neptune::DBCluster.EnableCloudwatchLogsExports`.this@Stability(value=Stable) public CfnDBClusterProps.Builder engineVersion(String engineVersion)
CfnDBClusterProps.getEngineVersion()engineVersion - `AWS::Neptune::DBCluster.EngineVersion`.this@Stability(value=Stable) public CfnDBClusterProps.Builder iamAuthEnabled(Boolean iamAuthEnabled)
CfnDBClusterProps.getIamAuthEnabled()iamAuthEnabled - `AWS::Neptune::DBCluster.IamAuthEnabled`.this@Stability(value=Stable) public CfnDBClusterProps.Builder iamAuthEnabled(IResolvable iamAuthEnabled)
CfnDBClusterProps.getIamAuthEnabled()iamAuthEnabled - `AWS::Neptune::DBCluster.IamAuthEnabled`.this@Stability(value=Stable) public CfnDBClusterProps.Builder kmsKeyId(String kmsKeyId)
CfnDBClusterProps.getKmsKeyId()kmsKeyId - `AWS::Neptune::DBCluster.KmsKeyId`.this@Stability(value=Stable) public CfnDBClusterProps.Builder port(Number port)
CfnDBClusterProps.getPort()port - `AWS::Neptune::DBCluster.Port`.this@Stability(value=Stable) public CfnDBClusterProps.Builder preferredBackupWindow(String preferredBackupWindow)
CfnDBClusterProps.getPreferredBackupWindow()preferredBackupWindow - `AWS::Neptune::DBCluster.PreferredBackupWindow`.this@Stability(value=Stable) public CfnDBClusterProps.Builder preferredMaintenanceWindow(String preferredMaintenanceWindow)
CfnDBClusterProps.getPreferredMaintenanceWindow()preferredMaintenanceWindow - `AWS::Neptune::DBCluster.PreferredMaintenanceWindow`.this@Stability(value=Stable) public CfnDBClusterProps.Builder restoreToTime(String restoreToTime)
CfnDBClusterProps.getRestoreToTime()restoreToTime - `AWS::Neptune::DBCluster.RestoreToTime`.this@Stability(value=Stable) public CfnDBClusterProps.Builder restoreType(String restoreType)
CfnDBClusterProps.getRestoreType()restoreType - `AWS::Neptune::DBCluster.RestoreType`.this@Stability(value=Stable) public CfnDBClusterProps.Builder snapshotIdentifier(String snapshotIdentifier)
CfnDBClusterProps.getSnapshotIdentifier()snapshotIdentifier - `AWS::Neptune::DBCluster.SnapshotIdentifier`.this@Stability(value=Stable) public CfnDBClusterProps.Builder sourceDbClusterIdentifier(String sourceDbClusterIdentifier)
CfnDBClusterProps.getSourceDbClusterIdentifier()sourceDbClusterIdentifier - `AWS::Neptune::DBCluster.SourceDBClusterIdentifier`.this@Stability(value=Stable) public CfnDBClusterProps.Builder storageEncrypted(Boolean storageEncrypted)
CfnDBClusterProps.getStorageEncrypted()storageEncrypted - `AWS::Neptune::DBCluster.StorageEncrypted`.this@Stability(value=Stable) public CfnDBClusterProps.Builder storageEncrypted(IResolvable storageEncrypted)
CfnDBClusterProps.getStorageEncrypted()storageEncrypted - `AWS::Neptune::DBCluster.StorageEncrypted`.this@Stability(value=Stable) public CfnDBClusterProps.Builder tags(List<? extends CfnTag> tags)
CfnDBClusterProps.getTags()tags - `AWS::Neptune::DBCluster.Tags`.this@Stability(value=Stable) public CfnDBClusterProps.Builder useLatestRestorableTime(Boolean useLatestRestorableTime)
CfnDBClusterProps.getUseLatestRestorableTime()useLatestRestorableTime - `AWS::Neptune::DBCluster.UseLatestRestorableTime`.this@Stability(value=Stable) public CfnDBClusterProps.Builder useLatestRestorableTime(IResolvable useLatestRestorableTime)
CfnDBClusterProps.getUseLatestRestorableTime()useLatestRestorableTime - `AWS::Neptune::DBCluster.UseLatestRestorableTime`.this@Stability(value=Stable) public CfnDBClusterProps.Builder vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
CfnDBClusterProps.getVpcSecurityGroupIds()vpcSecurityGroupIds - `AWS::Neptune::DBCluster.VpcSecurityGroupIds`.this@Stability(value=Stable) public CfnDBClusterProps build()
build in interface software.amazon.jsii.Builder<CfnDBClusterProps>CfnDBClusterPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.