public static class UpdateOkeClusterDeployEnvironmentDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateOkeClusterDeployEnvironmentDetails |
build() |
UpdateOkeClusterDeployEnvironmentDetails.Builder |
clusterId(String clusterId)
The OCID of the Kubernetes cluster.
|
UpdateOkeClusterDeployEnvironmentDetails.Builder |
copy(UpdateOkeClusterDeployEnvironmentDetails model) |
UpdateOkeClusterDeployEnvironmentDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
UpdateOkeClusterDeployEnvironmentDetails.Builder |
description(String description) |
UpdateOkeClusterDeployEnvironmentDetails.Builder |
displayName(String displayName) |
UpdateOkeClusterDeployEnvironmentDetails.Builder |
freeformTags(Map<String,String> freeformTags) |
UpdateOkeClusterDeployEnvironmentDetails.Builder |
networkChannel(NetworkChannel networkChannel) |
public UpdateOkeClusterDeployEnvironmentDetails.Builder description(String description)
public UpdateOkeClusterDeployEnvironmentDetails.Builder displayName(String displayName)
public UpdateOkeClusterDeployEnvironmentDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateOkeClusterDeployEnvironmentDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateOkeClusterDeployEnvironmentDetails.Builder clusterId(String clusterId)
The OCID of the Kubernetes cluster.
clusterId
- the value to setpublic UpdateOkeClusterDeployEnvironmentDetails.Builder networkChannel(NetworkChannel networkChannel)
public UpdateOkeClusterDeployEnvironmentDetails build()
public UpdateOkeClusterDeployEnvironmentDetails.Builder copy(UpdateOkeClusterDeployEnvironmentDetails model)
Copyright © 2016–2024. All rights reserved.