@Private
@Unstable
public abstract class DeregisterSubClusterRequest
extends java.lang.Object
| Constructor | Description |
|---|---|
DeregisterSubClusterRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.lang.String |
getSubClusterId() |
Get the subClusterId.
|
static DeregisterSubClusterRequest |
newInstance(java.lang.String subClusterId) |
Initialize DeregisterSubClusterRequest according to subClusterId.
|
abstract void |
setSubClusterId(java.lang.String subClusterId) |
Set the subClusterId.
|
@Private @Unstable public static DeregisterSubClusterRequest newInstance(java.lang.String subClusterId)
subClusterId - subClusterId.@Public @Unstable public abstract java.lang.String getSubClusterId()
@Private @Unstable public abstract void setSubClusterId(java.lang.String subClusterId)
subClusterId - subClusterId.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.