Uses of Interface
software.amazon.awssdk.services.docdb.model.ServerlessV2FeaturesSupport.Builder
-
Packages that use ServerlessV2FeaturesSupport.Builder Package Description software.amazon.awssdk.services.docdb.model -
-
Uses of ServerlessV2FeaturesSupport.Builder in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.model that return ServerlessV2FeaturesSupport.Builder Modifier and Type Method Description static ServerlessV2FeaturesSupport.BuilderServerlessV2FeaturesSupport. builder()ServerlessV2FeaturesSupport.BuilderServerlessV2FeaturesSupport.Builder. maxCapacity(Double maxCapacity)The maximum number of Amazon DocumentDB capacity units (DCUs) for an instance in an Amazon DocumentDB Serverless cluster.ServerlessV2FeaturesSupport.BuilderServerlessV2FeaturesSupport.Builder. minCapacity(Double minCapacity)The minimum number of Amazon DocumentDB capacity units (DCUs) for an instance in an Amazon DocumentDB Serverless cluster.ServerlessV2FeaturesSupport.BuilderServerlessV2FeaturesSupport. toBuilder()Methods in software.amazon.awssdk.services.docdb.model that return types with arguments of type ServerlessV2FeaturesSupport.Builder Modifier and Type Method Description static Class<? extends ServerlessV2FeaturesSupport.Builder>ServerlessV2FeaturesSupport. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.docdb.model with type arguments of type ServerlessV2FeaturesSupport.Builder Modifier and Type Method Description default DBEngineVersion.BuilderDBEngineVersion.Builder. serverlessV2FeaturesSupport(Consumer<ServerlessV2FeaturesSupport.Builder> serverlessV2FeaturesSupport)Specifies any Amazon DocumentDB Serverless properties or limits that differ between Amazon DocumentDB engine versions.
-