Class TunnelInspectionRuleSummaryCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.TunnelInspectionRuleSummaryCollection.Builder
-
- Enclosing class:
- TunnelInspectionRuleSummaryCollection
public static class TunnelInspectionRuleSummaryCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TunnelInspectionRuleSummaryCollection
build()
TunnelInspectionRuleSummaryCollection.Builder
copy(TunnelInspectionRuleSummaryCollection model)
TunnelInspectionRuleSummaryCollection.Builder
items(List<TunnelInspectionRuleSummary> items)
Collection of Tunnel Inspection Rule Summaries.
-
-
-
Method Detail
-
items
public TunnelInspectionRuleSummaryCollection.Builder items(List<TunnelInspectionRuleSummary> items)
Collection of Tunnel Inspection Rule Summaries.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public TunnelInspectionRuleSummaryCollection build()
-
copy
public TunnelInspectionRuleSummaryCollection.Builder copy(TunnelInspectionRuleSummaryCollection model)
-
-