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