Class KeyDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.containerengine.model.KeyDetails.Builder
 
- 
- Enclosing class:
- KeyDetails
 
 public static class KeyDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyDetailsbuild()KeyDetails.Buildercopy(KeyDetails model)KeyDetails.BuilderkmsKeyId(String kmsKeyId)The OCIDs of the KMS key that will be used to verify whether the images are signed by an approved source.
 
- 
- 
- 
Method Detail- 
kmsKeyIdpublic KeyDetails.Builder kmsKeyId(String kmsKeyId) The OCIDs of the KMS key that will be used to verify whether the images are signed by an approved source.- Parameters:
- kmsKeyId- the value to set
- Returns:
- this builder
 
 - 
buildpublic KeyDetails build() 
 - 
copypublic KeyDetails.Builder copy(KeyDetails model) 
 
- 
 
-