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