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 MappedSecretSummaryCollection
build()
MappedSecretSummaryCollection.Builder
copy(MappedSecretSummaryCollection model)
MappedSecretSummaryCollection.Builder
items(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)
-
-