public static class UpdateClusterStatusDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateClusterStatusDetails |
build() |
UpdateClusterStatusDetails.Builder |
clusterId(String clusterId)
The OCID of the OpenSearch cluster.
|
UpdateClusterStatusDetails.Builder |
copy(UpdateClusterStatusDetails model) |
UpdateClusterStatusDetails.Builder |
lifecycleState(String lifecycleState)
The state of the cluster after the cluster was updated.
|
public UpdateClusterStatusDetails.Builder clusterId(String clusterId)
The OCID of the OpenSearch cluster.
clusterId
- the value to setpublic UpdateClusterStatusDetails.Builder lifecycleState(String lifecycleState)
The state of the cluster after the cluster was updated.
lifecycleState
- the value to setpublic UpdateClusterStatusDetails build()
public UpdateClusterStatusDetails.Builder copy(UpdateClusterStatusDetails model)
Copyright © 2016–2024. All rights reserved.