public static interface DomainNodesStatus.Builder extends SdkPojo, CopyableBuilder<DomainNodesStatus.Builder,DomainNodesStatus>
| Modifier and Type | Method and Description |
|---|---|
DomainNodesStatus.Builder |
availabilityZone(String availabilityZone)
The Availability Zone of the node.
|
DomainNodesStatus.Builder |
instanceType(OpenSearchPartitionInstanceType instanceType)
The instance type information of the node.
|
DomainNodesStatus.Builder |
instanceType(String instanceType)
The instance type information of the node.
|
DomainNodesStatus.Builder |
nodeId(String nodeId)
The ID of the node.
|
DomainNodesStatus.Builder |
nodeStatus(NodeStatus nodeStatus)
Indicates if the node is active or in standby.
|
DomainNodesStatus.Builder |
nodeStatus(String nodeStatus)
Indicates if the node is active or in standby.
|
DomainNodesStatus.Builder |
nodeType(NodeType nodeType)
Indicates whether the nodes is a data, master, or ultrawarm node.
|
DomainNodesStatus.Builder |
nodeType(String nodeType)
Indicates whether the nodes is a data, master, or ultrawarm node.
|
DomainNodesStatus.Builder |
storageSize(String storageSize)
The storage size of the node, in GiB.
|
DomainNodesStatus.Builder |
storageType(String storageType)
Indicates if the node has EBS or instance storage.
|
DomainNodesStatus.Builder |
storageVolumeType(String storageVolumeType)
If the nodes has EBS storage, indicates if the volume type is GP2 or GP3.
|
DomainNodesStatus.Builder |
storageVolumeType(VolumeType storageVolumeType)
If the nodes has EBS storage, indicates if the volume type is GP2 or GP3.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainNodesStatus.Builder nodeId(String nodeId)
The ID of the node.
nodeId - The ID of the node.DomainNodesStatus.Builder nodeType(String nodeType)
Indicates whether the nodes is a data, master, or ultrawarm node.
DomainNodesStatus.Builder nodeType(NodeType nodeType)
Indicates whether the nodes is a data, master, or ultrawarm node.
DomainNodesStatus.Builder availabilityZone(String availabilityZone)
The Availability Zone of the node.
availabilityZone - The Availability Zone of the node.DomainNodesStatus.Builder instanceType(String instanceType)
The instance type information of the node.
instanceType - The instance type information of the node.OpenSearchPartitionInstanceType,
OpenSearchPartitionInstanceTypeDomainNodesStatus.Builder instanceType(OpenSearchPartitionInstanceType instanceType)
The instance type information of the node.
instanceType - The instance type information of the node.OpenSearchPartitionInstanceType,
OpenSearchPartitionInstanceTypeDomainNodesStatus.Builder nodeStatus(String nodeStatus)
Indicates if the node is active or in standby.
nodeStatus - Indicates if the node is active or in standby.NodeStatus,
NodeStatusDomainNodesStatus.Builder nodeStatus(NodeStatus nodeStatus)
Indicates if the node is active or in standby.
nodeStatus - Indicates if the node is active or in standby.NodeStatus,
NodeStatusDomainNodesStatus.Builder storageType(String storageType)
Indicates if the node has EBS or instance storage.
storageType - Indicates if the node has EBS or instance storage.DomainNodesStatus.Builder storageVolumeType(String storageVolumeType)
If the nodes has EBS storage, indicates if the volume type is GP2 or GP3. Only applicable for data nodes.
storageVolumeType - If the nodes has EBS storage, indicates if the volume type is GP2 or GP3. Only applicable for data
nodes.VolumeType,
VolumeTypeDomainNodesStatus.Builder storageVolumeType(VolumeType storageVolumeType)
If the nodes has EBS storage, indicates if the volume type is GP2 or GP3. Only applicable for data nodes.
storageVolumeType - If the nodes has EBS storage, indicates if the volume type is GP2 or GP3. Only applicable for data
nodes.VolumeType,
VolumeTypeDomainNodesStatus.Builder storageSize(String storageSize)
The storage size of the node, in GiB.
storageSize - The storage size of the node, in GiB.Copyright © 2023. All rights reserved.