Class MappedSecretSummaryCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.MappedSecretSummaryCollection.Builder
-
- Enclosing class:
- MappedSecretSummaryCollection
public static class MappedSecretSummaryCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All 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
-
items
public MappedSecretSummaryCollection.Builder items(List<MappedSecretSummary> items)
Collection of Mapped Secrets.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public MappedSecretSummaryCollection build()
-
copy
public MappedSecretSummaryCollection.Builder copy(MappedSecretSummaryCollection model)
-
-