Package com.oracle.bmc.servicemesh.model
Class IngressGatewayCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.servicemesh.model.IngressGatewayCollection.Builder
-
- Enclosing class:
- IngressGatewayCollection
public static class IngressGatewayCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngressGatewayCollection
build()
IngressGatewayCollection.Builder
copy(IngressGatewayCollection model)
IngressGatewayCollection.Builder
items(List<IngressGatewaySummary> items)
List of IngressGateway objects.
-
-
-
Method Detail
-
items
public IngressGatewayCollection.Builder items(List<IngressGatewaySummary> items)
List of IngressGateway objects.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public IngressGatewayCollection build()
-
copy
public IngressGatewayCollection.Builder copy(IngressGatewayCollection model)
-
-