Class EncryptionKeyInfoCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.EncryptionKeyInfoCollection.Builder
 
- 
- Enclosing class:
- EncryptionKeyInfoCollection
 
 public static class EncryptionKeyInfoCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptionKeyInfoCollectionbuild()EncryptionKeyInfoCollection.Buildercopy(EncryptionKeyInfoCollection model)EncryptionKeyInfoCollection.Builderitems(List<EncryptionKeyInfoSummary> items)This is an array of encryption key info.
 
- 
- 
- 
Method Detail- 
itemspublic 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
 
 - 
buildpublic EncryptionKeyInfoCollection build() 
 - 
copypublic EncryptionKeyInfoCollection.Builder copy(EncryptionKeyInfoCollection model) 
 
- 
 
-