@Stability(value=Stable) public static final class CfnDomain.EBSOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDomain.EBSOptionsProperty>
CfnDomain.EBSOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDomain.EBSOptionsProperty |
build()
Builds the configured instance.
|
CfnDomain.EBSOptionsProperty.Builder |
ebsEnabled(Boolean ebsEnabled)
Sets the value of
CfnDomain.EBSOptionsProperty.getEbsEnabled() |
CfnDomain.EBSOptionsProperty.Builder |
ebsEnabled(IResolvable ebsEnabled)
Sets the value of
CfnDomain.EBSOptionsProperty.getEbsEnabled() |
CfnDomain.EBSOptionsProperty.Builder |
iops(Number iops)
Sets the value of
CfnDomain.EBSOptionsProperty.getIops() |
CfnDomain.EBSOptionsProperty.Builder |
volumeSize(Number volumeSize)
Sets the value of
CfnDomain.EBSOptionsProperty.getVolumeSize() |
CfnDomain.EBSOptionsProperty.Builder |
volumeType(String volumeType)
Sets the value of
CfnDomain.EBSOptionsProperty.getVolumeType() |
@Stability(value=Stable) public CfnDomain.EBSOptionsProperty.Builder ebsEnabled(Boolean ebsEnabled)
CfnDomain.EBSOptionsProperty.getEbsEnabled()ebsEnabled - Specifies whether Amazon EBS volumes are attached to data nodes in the OpenSearch Service domain.this@Stability(value=Stable) public CfnDomain.EBSOptionsProperty.Builder ebsEnabled(IResolvable ebsEnabled)
CfnDomain.EBSOptionsProperty.getEbsEnabled()ebsEnabled - Specifies whether Amazon EBS volumes are attached to data nodes in the OpenSearch Service domain.this@Stability(value=Stable) public CfnDomain.EBSOptionsProperty.Builder iops(Number iops)
CfnDomain.EBSOptionsProperty.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 CfnDomain.EBSOptionsProperty.Builder volumeSize(Number volumeSize)
CfnDomain.EBSOptionsProperty.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 EBS volume size limits in the Amazon OpenSearch Service Developer Guide .this@Stability(value=Stable) public CfnDomain.EBSOptionsProperty.Builder volumeType(String volumeType)
CfnDomain.EBSOptionsProperty.getVolumeType()volumeType - The EBS volume type to use with the OpenSearch Service domain, such as standard, gp2, or io1.
For more information about each type, see Amazon EBS volume types in the Amazon EC2 User Guide for Linux Instances .this@Stability(value=Stable) public CfnDomain.EBSOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnDomain.EBSOptionsProperty>CfnDomain.EBSOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.