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 EncryptionKeyInfoCollectionbuild()EncryptionKeyInfoCollection.Buildercopy(EncryptionKeyInfoCollection model)EncryptionKeyInfoCollection.Builderitems(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)
 
 - 
 
 -