@Deprecated
public static final class EbsOptions.Builder
extends java.lang.Object
EbsOptions
Constructor and Description |
---|
Builder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EbsOptions |
build()
Deprecated.
|
EbsOptions.Builder |
enabled(java.lang.Boolean enabled)
Deprecated.
use opensearchservice module instead
|
EbsOptions.Builder |
iops(java.lang.Number iops)
Deprecated.
use opensearchservice module instead
|
EbsOptions.Builder |
volumeSize(java.lang.Number volumeSize)
Deprecated.
use opensearchservice module instead
|
EbsOptions.Builder |
volumeType(EbsDeviceVolumeType volumeType)
Deprecated.
use opensearchservice module instead
|
@Deprecated public EbsOptions.Builder enabled(java.lang.Boolean enabled)
EbsOptions.getEnabled()
enabled
- Specifies whether Amazon EBS volumes are attached to data nodes in the Amazon ES domain.this
@Deprecated public EbsOptions.Builder iops(java.lang.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
@Deprecated public EbsOptions.Builder volumeSize(java.lang.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 more information, see
[Configuring EBS-based Storage]
(https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs)
in the Amazon Elasticsearch Service Developer Guide.this
@Deprecated public EbsOptions.Builder volumeType(EbsDeviceVolumeType volumeType)
EbsOptions.getVolumeType()
volumeType
- The EBS volume type to use with the Amazon ES domain, such as standard, gp2, io1.
For more information, see[Configuring EBS-based Storage]
(https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs)
in the Amazon Elasticsearch Service Developer Guide.this
@Deprecated public EbsOptions build()
EbsOptions
java.lang.NullPointerException
- if any required attribute was not provided