Uses of Class
software.amazon.awscdk.services.memorydb.CfnClusterProps.Builder
Packages that use CfnClusterProps.Builder
-
Uses of CfnClusterProps.Builder in software.amazon.awscdk.services.memorydb
Methods in software.amazon.awscdk.services.memorydb that return CfnClusterProps.BuilderModifier and TypeMethodDescriptionSets the value ofCfnClusterProps.getAclName()CfnClusterProps.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Sets the value ofCfnClusterProps.getAutoMinorVersionUpgrade()CfnClusterProps.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade) Sets the value ofCfnClusterProps.getAutoMinorVersionUpgrade()static CfnClusterProps.BuilderCfnClusterProps.builder()CfnClusterProps.Builder.clusterEndpoint(IResolvable clusterEndpoint) Sets the value ofCfnClusterProps.getClusterEndpoint()CfnClusterProps.Builder.clusterEndpoint(CfnCluster.EndpointProperty clusterEndpoint) Sets the value ofCfnClusterProps.getClusterEndpoint()CfnClusterProps.Builder.clusterName(String clusterName) Sets the value ofCfnClusterProps.getClusterName()CfnClusterProps.Builder.dataTiering(String dataTiering) Sets the value ofCfnClusterProps.getDataTiering()CfnClusterProps.Builder.description(String description) Sets the value ofCfnClusterProps.getDescription()CfnClusterProps.Builder.engineVersion(String engineVersion) Sets the value ofCfnClusterProps.getEngineVersion()CfnClusterProps.Builder.finalSnapshotName(String finalSnapshotName) Sets the value ofCfnClusterProps.getFinalSnapshotName()Sets the value ofCfnClusterProps.getKmsKeyId()CfnClusterProps.Builder.maintenanceWindow(String maintenanceWindow) Sets the value ofCfnClusterProps.getMaintenanceWindow()Sets the value ofCfnClusterProps.getNodeType()CfnClusterProps.Builder.numReplicasPerShard(Number numReplicasPerShard) Sets the value ofCfnClusterProps.getNumReplicasPerShard()Sets the value ofCfnClusterProps.getNumShards()CfnClusterProps.Builder.parameterGroupName(String parameterGroupName) Sets the value ofCfnClusterProps.getParameterGroupName()Sets the value ofCfnClusterProps.getPort()CfnClusterProps.Builder.securityGroupIds(List<String> securityGroupIds) Sets the value ofCfnClusterProps.getSecurityGroupIds()CfnClusterProps.Builder.snapshotArns(List<String> snapshotArns) Sets the value ofCfnClusterProps.getSnapshotArns()CfnClusterProps.Builder.snapshotName(String snapshotName) Sets the value ofCfnClusterProps.getSnapshotName()CfnClusterProps.Builder.snapshotRetentionLimit(Number snapshotRetentionLimit) Sets the value ofCfnClusterProps.getSnapshotRetentionLimit()CfnClusterProps.Builder.snapshotWindow(String snapshotWindow) Sets the value ofCfnClusterProps.getSnapshotWindow()CfnClusterProps.Builder.snsTopicArn(String snsTopicArn) Sets the value ofCfnClusterProps.getSnsTopicArn()CfnClusterProps.Builder.snsTopicStatus(String snsTopicStatus) Sets the value ofCfnClusterProps.getSnsTopicStatus()CfnClusterProps.Builder.subnetGroupName(String subnetGroupName) Sets the value ofCfnClusterProps.getSubnetGroupName()Sets the value ofCfnClusterProps.getTags()CfnClusterProps.Builder.tlsEnabled(Boolean tlsEnabled) Sets the value ofCfnClusterProps.getTlsEnabled()CfnClusterProps.Builder.tlsEnabled(IResolvable tlsEnabled) Sets the value ofCfnClusterProps.getTlsEnabled()Constructors in software.amazon.awscdk.services.memorydb with parameters of type CfnClusterProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterProps.Builder.