public static class ComputeInstanceGroupSelectorCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ComputeInstanceGroupSelectorCollection |
build() |
ComputeInstanceGroupSelectorCollection.Builder |
copy(ComputeInstanceGroupSelectorCollection model) |
ComputeInstanceGroupSelectorCollection.Builder |
items(List<ComputeInstanceGroupSelector> items)
A list of selectors for the instance group.
|
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.
items
- the value to setpublic ComputeInstanceGroupSelectorCollection build()
public ComputeInstanceGroupSelectorCollection.Builder copy(ComputeInstanceGroupSelectorCollection model)
Copyright © 2016–2024. All rights reserved.