| Modifier and Type | Method and Description |
|---|---|
CfnClusterProps.Builder |
CfnClusterProps.Builder.allowVersionUpgrade(Boolean allowVersionUpgrade)
Sets the value of AllowVersionUpgrade
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.allowVersionUpgrade(software.amazon.awscdk.core.IResolvable allowVersionUpgrade)
Sets the value of AllowVersionUpgrade
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.automatedSnapshotRetentionPeriod(Number automatedSnapshotRetentionPeriod)
Sets the value of AutomatedSnapshotRetentionPeriod
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.availabilityZone(String availabilityZone)
Sets the value of AvailabilityZone
|
static CfnClusterProps.Builder |
CfnClusterProps.builder() |
CfnClusterProps.Builder |
CfnClusterProps.Builder.clusterIdentifier(String clusterIdentifier)
Sets the value of ClusterIdentifier
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.clusterParameterGroupName(String clusterParameterGroupName)
Sets the value of ClusterParameterGroupName
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.clusterSecurityGroups(List<String> clusterSecurityGroups)
Sets the value of ClusterSecurityGroups
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.clusterSubnetGroupName(String clusterSubnetGroupName)
Sets the value of ClusterSubnetGroupName
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.clusterType(String clusterType)
Sets the value of ClusterType
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.clusterVersion(String clusterVersion)
Sets the value of ClusterVersion
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.dbName(String dbName)
Sets the value of DbName
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.elasticIp(String elasticIp)
Sets the value of ElasticIp
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.encrypted(Boolean encrypted)
Sets the value of Encrypted
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.encrypted(software.amazon.awscdk.core.IResolvable encrypted)
Sets the value of Encrypted
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.hsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
Sets the value of HsmClientCertificateIdentifier
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.hsmConfigurationIdentifier(String hsmConfigurationIdentifier)
Sets the value of HsmConfigurationIdentifier
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.iamRoles(List<String> iamRoles)
Sets the value of IamRoles
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.kmsKeyId(String kmsKeyId)
Sets the value of KmsKeyId
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.loggingProperties(CfnCluster.LoggingPropertiesProperty loggingProperties)
Sets the value of LoggingProperties
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.loggingProperties(software.amazon.awscdk.core.IResolvable loggingProperties)
Sets the value of LoggingProperties
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.masterUsername(String masterUsername)
Sets the value of MasterUsername
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.masterUserPassword(String masterUserPassword)
Sets the value of MasterUserPassword
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.nodeType(String nodeType)
Sets the value of NodeType
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.numberOfNodes(Number numberOfNodes)
Sets the value of NumberOfNodes
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.ownerAccount(String ownerAccount)
Sets the value of OwnerAccount
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.port(Number port)
Sets the value of Port
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
Sets the value of PreferredMaintenanceWindow
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.publiclyAccessible(Boolean publiclyAccessible)
Sets the value of PubliclyAccessible
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.publiclyAccessible(software.amazon.awscdk.core.IResolvable publiclyAccessible)
Sets the value of PubliclyAccessible
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.snapshotClusterIdentifier(String snapshotClusterIdentifier)
Sets the value of SnapshotClusterIdentifier
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.snapshotIdentifier(String snapshotIdentifier)
Sets the value of SnapshotIdentifier
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.tags(List<software.amazon.awscdk.core.CfnTag> tags)
Sets the value of Tags
|
CfnClusterProps.Builder |
CfnClusterProps.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
Sets the value of VpcSecurityGroupIds
|
Copyright © 2019. All rights reserved.