Class VariableGroup.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.VariableGroup.Builder
-
- Enclosing class:
- VariableGroup
public static class VariableGroup.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableGroupbuild()VariableGroup.Buildercopy(VariableGroup model)VariableGroup.Buildertitle(String title)Display title for the group of variables.VariableGroup.Buildervariables(List<String> variables)Array of variable references assigned to this group.VariableGroup.Buildervisible(String visible)Hint controlling the group’s visibility.
-
-
-
Method Detail
-
title
public VariableGroup.Builder title(String title)
Display title for the group of variables.- Parameters:
title- the value to set- Returns:
- this builder
-
variables
public VariableGroup.Builder variables(List<String> variables)
Array of variable references assigned to this group.- Parameters:
variables- the value to set- Returns:
- this builder
-
visible
public VariableGroup.Builder visible(String visible)
Hint controlling the group’s visibility.- Parameters:
visible- the value to set- Returns:
- this builder
-
build
public VariableGroup build()
-
copy
public VariableGroup.Builder copy(VariableGroup model)
-
-