Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.dax.CfnClusterMixinProps.Builder
Packages that use CfnClusterMixinProps.Builder
-
Uses of CfnClusterMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.dax
Methods in software.amazon.awscdk.cfnpropertymixins.services.dax that return CfnClusterMixinProps.BuilderModifier and TypeMethodDescriptionCfnClusterMixinProps.Builder.availabilityZones(List<String> availabilityZones) Sets the value ofCfnClusterMixinProps.getAvailabilityZones()static CfnClusterMixinProps.BuilderCfnClusterMixinProps.builder()CfnClusterMixinProps.Builder.clusterEndpointEncryptionType(String clusterEndpointEncryptionType) Sets the value ofCfnClusterMixinProps.getClusterEndpointEncryptionType()CfnClusterMixinProps.Builder.clusterName(String clusterName) Sets the value ofCfnClusterMixinProps.getClusterName()CfnClusterMixinProps.Builder.description(String description) Sets the value ofCfnClusterMixinProps.getDescription()CfnClusterMixinProps.Builder.iamRoleArn(String iamRoleArn) Sets the value ofCfnClusterMixinProps.getIamRoleArn()CfnClusterMixinProps.Builder.networkType(String networkType) Sets the value ofCfnClusterMixinProps.getNetworkType()Sets the value ofCfnClusterMixinProps.getNodeType()CfnClusterMixinProps.Builder.notificationTopicArn(String notificationTopicArn) Sets the value ofCfnClusterMixinProps.getNotificationTopicArn()CfnClusterMixinProps.Builder.parameterGroupName(String parameterGroupName) Sets the value ofCfnClusterMixinProps.getParameterGroupName()CfnClusterMixinProps.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) Sets the value ofCfnClusterMixinProps.getPreferredMaintenanceWindow()CfnClusterMixinProps.Builder.replicationFactor(Number replicationFactor) Sets the value ofCfnClusterMixinProps.getReplicationFactor()CfnClusterMixinProps.Builder.securityGroupIds(List<String> securityGroupIds) Sets the value ofCfnClusterMixinProps.getSecurityGroupIds()CfnClusterMixinProps.Builder.sseSpecification(CfnClusterPropsMixin.SSESpecificationProperty sseSpecification) Sets the value ofCfnClusterMixinProps.getSseSpecification()CfnClusterMixinProps.Builder.sseSpecification(IResolvable sseSpecification) Sets the value ofCfnClusterMixinProps.getSseSpecification()CfnClusterMixinProps.Builder.subnetGroupName(String subnetGroupName) Sets the value ofCfnClusterMixinProps.getSubnetGroupName()Sets the value ofCfnClusterMixinProps.getTags()Constructors in software.amazon.awscdk.cfnpropertymixins.services.dax with parameters of type CfnClusterMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnClusterMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterMixinProps.Builder.