Uses of Class
com.oracle.bmc.fleetappsmanagement.model.VariableGroup.Builder
-
Packages that use VariableGroup.Builder Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of VariableGroup.Builder in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return VariableGroup.Builder Modifier and Type Method Description static VariableGroup.BuilderVariableGroup. builder()Create a new builder.VariableGroup.BuilderVariableGroup.Builder. copy(VariableGroup model)VariableGroup.BuilderVariableGroup.Builder. title(String title)Display title for the group of variables.VariableGroup.BuilderVariableGroup. toBuilder()VariableGroup.BuilderVariableGroup.Builder. variables(List<String> variables)Array of variable references assigned to this group.VariableGroup.BuilderVariableGroup.Builder. visible(String visible)Hint controlling the group’s visibility.
-