Uses of Class
software.amazon.awscdk.services.opensearchservice.EbsOptions.Builder
Package
Description
Amazon OpenSearch Service Construct Library
-
Uses of EbsOptions.Builder in software.amazon.awscdk.services.opensearchservice
Modifier and TypeMethodDescriptionstatic EbsOptions.Builder
EbsOptions.builder()
Sets the value ofEbsOptions.getEnabled()
Sets the value ofEbsOptions.getIops()
EbsOptions.Builder.throughput
(Number throughput) Sets the value ofEbsOptions.getThroughput()
EbsOptions.Builder.volumeSize
(Number volumeSize) Sets the value ofEbsOptions.getVolumeSize()
EbsOptions.Builder.volumeType
(EbsDeviceVolumeType volumeType) Sets the value ofEbsOptions.getVolumeType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EbsOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theEbsOptions.Builder
.