Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.elasticache.CfnCacheClusterMixinProps.Builder
Packages that use CfnCacheClusterMixinProps.Builder
-
Uses of CfnCacheClusterMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.elasticache
Methods in software.amazon.awscdk.cfnpropertymixins.services.elasticache that return CfnCacheClusterMixinProps.BuilderModifier and TypeMethodDescriptionCfnCacheClusterMixinProps.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Sets the value ofCfnCacheClusterMixinProps.getAutoMinorVersionUpgrade()CfnCacheClusterMixinProps.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade) Sets the value ofCfnCacheClusterMixinProps.getAutoMinorVersionUpgrade()Sets the value ofCfnCacheClusterMixinProps.getAzMode()CfnCacheClusterMixinProps.builder()CfnCacheClusterMixinProps.Builder.cacheNodeType(String cacheNodeType) Sets the value ofCfnCacheClusterMixinProps.getCacheNodeType()CfnCacheClusterMixinProps.Builder.cacheParameterGroupName(String cacheParameterGroupName) Sets the value ofCfnCacheClusterMixinProps.getCacheParameterGroupName()CfnCacheClusterMixinProps.Builder.cacheSecurityGroupNames(List<String> cacheSecurityGroupNames) Sets the value ofCfnCacheClusterMixinProps.getCacheSecurityGroupNames()CfnCacheClusterMixinProps.Builder.cacheSubnetGroupName(String cacheSubnetGroupName) Sets the value ofCfnCacheClusterMixinProps.getCacheSubnetGroupName()CfnCacheClusterMixinProps.Builder.clusterName(String clusterName) Sets the value ofCfnCacheClusterMixinProps.getClusterName()Sets the value ofCfnCacheClusterMixinProps.getEngine()CfnCacheClusterMixinProps.Builder.engineVersion(String engineVersion) Sets the value ofCfnCacheClusterMixinProps.getEngineVersion()CfnCacheClusterMixinProps.Builder.ipDiscovery(String ipDiscovery) Sets the value ofCfnCacheClusterMixinProps.getIpDiscovery()CfnCacheClusterMixinProps.Builder.logDeliveryConfigurations(List<? extends Object> logDeliveryConfigurations) Sets the value ofCfnCacheClusterMixinProps.getLogDeliveryConfigurations()CfnCacheClusterMixinProps.Builder.logDeliveryConfigurations(IResolvable logDeliveryConfigurations) Sets the value ofCfnCacheClusterMixinProps.getLogDeliveryConfigurations()CfnCacheClusterMixinProps.Builder.networkType(String networkType) Sets the value ofCfnCacheClusterMixinProps.getNetworkType()CfnCacheClusterMixinProps.Builder.notificationTopicArn(String notificationTopicArn) Sets the value ofCfnCacheClusterMixinProps.getNotificationTopicArn()CfnCacheClusterMixinProps.Builder.numCacheNodes(Number numCacheNodes) Sets the value ofCfnCacheClusterMixinProps.getNumCacheNodes()Sets the value ofCfnCacheClusterMixinProps.getPort()CfnCacheClusterMixinProps.Builder.preferredAvailabilityZone(String preferredAvailabilityZone) Sets the value ofCfnCacheClusterMixinProps.getPreferredAvailabilityZone()CfnCacheClusterMixinProps.Builder.preferredAvailabilityZones(List<String> preferredAvailabilityZones) Sets the value ofCfnCacheClusterMixinProps.getPreferredAvailabilityZones()CfnCacheClusterMixinProps.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) Sets the value ofCfnCacheClusterMixinProps.getPreferredMaintenanceWindow()CfnCacheClusterMixinProps.Builder.snapshotArns(List<String> snapshotArns) Sets the value ofCfnCacheClusterMixinProps.getSnapshotArns()CfnCacheClusterMixinProps.Builder.snapshotName(String snapshotName) Sets the value ofCfnCacheClusterMixinProps.getSnapshotName()CfnCacheClusterMixinProps.Builder.snapshotRetentionLimit(Number snapshotRetentionLimit) Sets the value ofCfnCacheClusterMixinProps.getSnapshotRetentionLimit()CfnCacheClusterMixinProps.Builder.snapshotWindow(String snapshotWindow) Sets the value ofCfnCacheClusterMixinProps.getSnapshotWindow()Sets the value ofCfnCacheClusterMixinProps.getTags()CfnCacheClusterMixinProps.Builder.transitEncryptionEnabled(Boolean transitEncryptionEnabled) Sets the value ofCfnCacheClusterMixinProps.getTransitEncryptionEnabled()CfnCacheClusterMixinProps.Builder.transitEncryptionEnabled(IResolvable transitEncryptionEnabled) Sets the value ofCfnCacheClusterMixinProps.getTransitEncryptionEnabled()CfnCacheClusterMixinProps.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds) Sets the value ofCfnCacheClusterMixinProps.getVpcSecurityGroupIds()Constructors in software.amazon.awscdk.cfnpropertymixins.services.elasticache with parameters of type CfnCacheClusterMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCacheClusterMixinProps.Builder.