Package com.oracle.bmc.devops.model
Class BackendSetIpCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.BackendSetIpCollection.Builder
 
- 
- Enclosing class:
- BackendSetIpCollection
 
 public static class BackendSetIpCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BackendSetIpCollectionbuild()BackendSetIpCollection.Buildercopy(BackendSetIpCollection model)BackendSetIpCollection.Builderitems(List<String> items)The IP address of the backend server.
 
- 
- 
- 
Method Detail- 
itemspublic BackendSetIpCollection.Builder items(List<String> items) The IP address of the backend server.A server could be a compute instance or a load balancer. - Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic BackendSetIpCollection build() 
 - 
copypublic BackendSetIpCollection.Builder copy(BackendSetIpCollection model) 
 
- 
 
-