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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackendSetIpCollection
build()
BackendSetIpCollection.Builder
copy(BackendSetIpCollection model)
BackendSetIpCollection.Builder
items(List<String> items)
The IP address of the backend server.
-
-
-
Method Detail
-
items
public 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
-
build
public BackendSetIpCollection build()
-
copy
public BackendSetIpCollection.Builder copy(BackendSetIpCollection model)
-
-