public static interface EBSOptions.Builder extends SdkPojo, CopyableBuilder<EBSOptions.Builder,EBSOptions>
| Modifier and Type | Method and Description |
|---|---|
EBSOptions.Builder |
ebsEnabled(Boolean ebsEnabled)
Indicates whether EBS volumes are attached to data nodes in an OpenSearch Service domain.
|
EBSOptions.Builder |
iops(Integer iops)
Specifies the baseline input/output (I/O) performance of EBS volumes attached to data nodes.
|
EBSOptions.Builder |
throughput(Integer throughput)
Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes.
|
EBSOptions.Builder |
volumeSize(Integer volumeSize)
Specifies the size (in GiB) of EBS volumes attached to data nodes.
|
EBSOptions.Builder |
volumeType(String volumeType)
Specifies the type of EBS volumes attached to data nodes.
|
EBSOptions.Builder |
volumeType(VolumeType volumeType)
Specifies the type of EBS volumes attached to data nodes.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEBSOptions.Builder ebsEnabled(Boolean ebsEnabled)
Indicates whether EBS volumes are attached to data nodes in an OpenSearch Service domain.
ebsEnabled - Indicates whether EBS volumes are attached to data nodes in an OpenSearch Service domain.EBSOptions.Builder volumeType(String volumeType)
Specifies the type of EBS volumes attached to data nodes.
volumeType - Specifies the type of EBS volumes attached to data nodes.VolumeType,
VolumeTypeEBSOptions.Builder volumeType(VolumeType volumeType)
Specifies the type of EBS volumes attached to data nodes.
volumeType - Specifies the type of EBS volumes attached to data nodes.VolumeType,
VolumeTypeEBSOptions.Builder volumeSize(Integer volumeSize)
Specifies the size (in GiB) of EBS volumes attached to data nodes.
volumeSize - Specifies the size (in GiB) of EBS volumes attached to data nodes.EBSOptions.Builder iops(Integer iops)
Specifies the baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only
for the gp3 and provisioned IOPS EBS volume types.
iops - Specifies the baseline input/output (I/O) performance of EBS volumes attached to data nodes.
Applicable only for the gp3 and provisioned IOPS EBS volume types.EBSOptions.Builder throughput(Integer throughput)
Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the
gp3 volume type.
throughput - Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the
gp3 volume type.Copyright © 2023. All rights reserved.