@Stability(value=Stable) public static final class EbsOptions.Builder extends Object implements software.amazon.jsii.Builder<EbsOptions>
EbsOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EbsOptions |
build()
Builds the configured instance.
|
EbsOptions.Builder |
enabled(Boolean enabled)
Sets the value of
EbsOptions.getEnabled() |
EbsOptions.Builder |
iops(Number iops)
Sets the value of
EbsOptions.getIops() |
EbsOptions.Builder |
volumeSize(Number volumeSize)
Sets the value of
EbsOptions.getVolumeSize() |
EbsOptions.Builder |
volumeType(EbsDeviceVolumeType volumeType)
Sets the value of
EbsOptions.getVolumeType() |
@Stability(value=Stable) public EbsOptions.Builder enabled(Boolean enabled)
EbsOptions.getEnabled()enabled - Specifies whether Amazon EBS volumes are attached to data nodes in the Amazon OpenSearch Service domain.this@Stability(value=Stable) public EbsOptions.Builder iops(Number iops)
EbsOptions.getIops()iops - The number of I/O operations per second (IOPS) that the volume supports.
This property applies only to the Provisioned IOPS (SSD) EBS
volume type.this@Stability(value=Stable) public EbsOptions.Builder volumeSize(Number volumeSize)
EbsOptions.getVolumeSize()volumeSize - The size (in GiB) of the EBS volume for each data node.
The minimum and
maximum size of an EBS volume depends on the EBS volume type and the
instance type to which it is attached. For valid values, see
[EBS volume size limits]
(https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#ebsresource)
in the Amazon OpenSearch Service Developer Guide.this@Stability(value=Stable) public EbsOptions.Builder volumeType(EbsDeviceVolumeType volumeType)
EbsOptions.getVolumeType()volumeType - The EBS volume type to use with the Amazon OpenSearch Service domain, such as standard, gp2, io1.this@Stability(value=Stable) public EbsOptions build()
build in interface software.amazon.jsii.Builder<EbsOptions>EbsOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.