Class EncryptionKeyInfoCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.EncryptionKeyInfoCollection.Builder
-
- Enclosing class:
- EncryptionKeyInfoCollection
public static class EncryptionKeyInfoCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptionKeyInfoCollection
build()
EncryptionKeyInfoCollection.Builder
copy(EncryptionKeyInfoCollection model)
EncryptionKeyInfoCollection.Builder
items(List<EncryptionKeyInfoSummary> items)
This is an array of encryption key info.
-
-
-
Method Detail
-
items
public EncryptionKeyInfoCollection.Builder items(List<EncryptionKeyInfoSummary> items)
This is an array of encryption key info.There are at most 2 items in the list.
- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public EncryptionKeyInfoCollection build()
-
copy
public EncryptionKeyInfoCollection.Builder copy(EncryptionKeyInfoCollection model)
-
-