Uses of Class
com.hashicorp.cdktf.providers.aws.neptune_cluster.NeptuneClusterServerlessV2ScalingConfiguration.Builder
-
Packages that use NeptuneClusterServerlessV2ScalingConfiguration.Builder Package Description com.hashicorp.cdktf.providers.aws.neptune_cluster aws_neptune_cluster -
-
Uses of NeptuneClusterServerlessV2ScalingConfiguration.Builder in com.hashicorp.cdktf.providers.aws.neptune_cluster
Methods in com.hashicorp.cdktf.providers.aws.neptune_cluster that return NeptuneClusterServerlessV2ScalingConfiguration.Builder Modifier and Type Method Description static NeptuneClusterServerlessV2ScalingConfiguration.BuilderNeptuneClusterServerlessV2ScalingConfiguration. builder()NeptuneClusterServerlessV2ScalingConfiguration.BuilderNeptuneClusterServerlessV2ScalingConfiguration.Builder. maxCapacity(Number maxCapacity)Sets the value ofNeptuneClusterServerlessV2ScalingConfiguration.getMaxCapacity()NeptuneClusterServerlessV2ScalingConfiguration.BuilderNeptuneClusterServerlessV2ScalingConfiguration.Builder. minCapacity(Number minCapacity)Sets the value ofNeptuneClusterServerlessV2ScalingConfiguration.getMinCapacity()Constructors in com.hashicorp.cdktf.providers.aws.neptune_cluster with parameters of type NeptuneClusterServerlessV2ScalingConfiguration.Builder Constructor Description Jsii$Proxy(NeptuneClusterServerlessV2ScalingConfiguration.Builder builder)Constructor that initializes the object based on literal property values passed by theNeptuneClusterServerlessV2ScalingConfiguration.Builder.
-