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