Package com.oracle.bmc.devops.model
Class ComputeInstanceGroupSelectorCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.ComputeInstanceGroupSelectorCollection.Builder
-
- Enclosing class:
- ComputeInstanceGroupSelectorCollection
public static class ComputeInstanceGroupSelectorCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeInstanceGroupSelectorCollection
build()
ComputeInstanceGroupSelectorCollection.Builder
copy(ComputeInstanceGroupSelectorCollection model)
ComputeInstanceGroupSelectorCollection.Builder
items(List<ComputeInstanceGroupSelector> items)
A list of selectors for the instance group.
-
-
-
Method Detail
-
items
public ComputeInstanceGroupSelectorCollection.Builder items(List<ComputeInstanceGroupSelector> items)
A list of selectors for the instance group.Union operator is used for combining the instances selected by each selector.
- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public ComputeInstanceGroupSelectorCollection build()
-
copy
public ComputeInstanceGroupSelectorCollection.Builder copy(ComputeInstanceGroupSelectorCollection model)
-
-