Class AddOnOptions.Builder
- java.lang.Object
-
- com.oracle.bmc.containerengine.model.AddOnOptions.Builder
-
- Enclosing class:
- AddOnOptions
public static class AddOnOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddOnOptions
build()
AddOnOptions.Builder
copy(AddOnOptions model)
AddOnOptions.Builder
isKubernetesDashboardEnabled(Boolean isKubernetesDashboardEnabled)
Whether or not to enable the Kubernetes Dashboard add-on.AddOnOptions.Builder
isTillerEnabled(Boolean isTillerEnabled)
Whether or not to enable the Tiller add-on.
-
-
-
Method Detail
-
isKubernetesDashboardEnabled
public AddOnOptions.Builder isKubernetesDashboardEnabled(Boolean isKubernetesDashboardEnabled)
Whether or not to enable the Kubernetes Dashboard add-on.- Parameters:
isKubernetesDashboardEnabled
- the value to set- Returns:
- this builder
-
isTillerEnabled
public AddOnOptions.Builder isTillerEnabled(Boolean isTillerEnabled)
Whether or not to enable the Tiller add-on.- Parameters:
isTillerEnabled
- the value to set- Returns:
- this builder
-
build
public AddOnOptions build()
-
copy
public AddOnOptions.Builder copy(AddOnOptions model)
-
-