Class KubernetesVersionsVariableDependsOn.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.KubernetesVersionsVariableDependsOn.Builder
-
- Enclosing class:
- KubernetesVersionsVariableDependsOn
public static class KubernetesVersionsVariableDependsOn.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KubernetesVersionsVariableDependsOnbuild()KubernetesVersionsVariableDependsOn.BuilderclusterOptionId(String clusterOptionId)OCID of the cluster option.KubernetesVersionsVariableDependsOn.BuildercompartmentId(String compartmentId)OCID of the compartment.KubernetesVersionsVariableDependsOn.Buildercopy(KubernetesVersionsVariableDependsOn model)
-
-
-
Method Detail
-
clusterOptionId
public KubernetesVersionsVariableDependsOn.Builder clusterOptionId(String clusterOptionId)
OCID of the cluster option.- Parameters:
clusterOptionId- the value to set- Returns:
- this builder
-
compartmentId
public KubernetesVersionsVariableDependsOn.Builder compartmentId(String compartmentId)
OCID of the compartment.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
build
public KubernetesVersionsVariableDependsOn build()
-
copy
public KubernetesVersionsVariableDependsOn.Builder copy(KubernetesVersionsVariableDependsOn model)
-
-