public static class UpdateClusterSpecsDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateClusterSpecsDetails |
build() |
UpdateClusterSpecsDetails.Builder |
clusterId(String clusterId)
OCID of the Opensearch Cluster.
|
UpdateClusterSpecsDetails.Builder |
clusterPrivateEndpoint(String clusterPrivateEndpoint)
Updated Private endpoint of cluster.
|
UpdateClusterSpecsDetails.Builder |
copy(UpdateClusterSpecsDetails model) |
UpdateClusterSpecsDetails.Builder |
dashboardSoftwareVersion(String dashboardSoftwareVersion)
Updated version of the dashboard software the cluster is currently running.
|
UpdateClusterSpecsDetails.Builder |
dataNodeHostMemoryGB(Integer dataNodeHostMemoryGB)
Updated value of memory for data nodes in the cluster (in GB).
|
UpdateClusterSpecsDetails.Builder |
dataNodeHostOcpuCount(Integer dataNodeHostOcpuCount)
Updated value of OCPU’s configured for data nodes of the cluster.
|
UpdateClusterSpecsDetails.Builder |
masterNodeHostMemoryGB(Integer masterNodeHostMemoryGB)
Updated value of memory for master nodes in the cluster (in GB).
|
UpdateClusterSpecsDetails.Builder |
masterNodeHostOcpuCount(Integer masterNodeHostOcpuCount)
Updated value of OCPU’s configured for master nodes of the cluster.
|
UpdateClusterSpecsDetails.Builder |
softwareVersion(String softwareVersion)
Updated version of the software the cluster is currently running.
|
public UpdateClusterSpecsDetails.Builder clusterId(String clusterId)
OCID of the Opensearch Cluster.
clusterId
- the value to setpublic UpdateClusterSpecsDetails.Builder masterNodeHostOcpuCount(Integer masterNodeHostOcpuCount)
Updated value of OCPU’s configured for master nodes of the cluster.
masterNodeHostOcpuCount
- the value to setpublic UpdateClusterSpecsDetails.Builder masterNodeHostMemoryGB(Integer masterNodeHostMemoryGB)
Updated value of memory for master nodes in the cluster (in GB).
masterNodeHostMemoryGB
- the value to setpublic UpdateClusterSpecsDetails.Builder dataNodeHostOcpuCount(Integer dataNodeHostOcpuCount)
Updated value of OCPU’s configured for data nodes of the cluster.
dataNodeHostOcpuCount
- the value to setpublic UpdateClusterSpecsDetails.Builder dataNodeHostMemoryGB(Integer dataNodeHostMemoryGB)
Updated value of memory for data nodes in the cluster (in GB).
dataNodeHostMemoryGB
- the value to setpublic UpdateClusterSpecsDetails.Builder softwareVersion(String softwareVersion)
Updated version of the software the cluster is currently running.
softwareVersion
- the value to setpublic UpdateClusterSpecsDetails.Builder dashboardSoftwareVersion(String dashboardSoftwareVersion)
Updated version of the dashboard software the cluster is currently running.
dashboardSoftwareVersion
- the value to setpublic UpdateClusterSpecsDetails.Builder clusterPrivateEndpoint(String clusterPrivateEndpoint)
Updated Private endpoint of cluster.
clusterPrivateEndpoint
- the value to setpublic UpdateClusterSpecsDetails build()
public UpdateClusterSpecsDetails.Builder copy(UpdateClusterSpecsDetails model)
Copyright © 2016–2025. All rights reserved.