Class KeyDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.containerengine.model.KeyDetails.Builder
-
- Enclosing class:
- KeyDetails
public static class KeyDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyDetails
build()
KeyDetails.Builder
copy(KeyDetails model)
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.
-
-
-
Method Detail
-
kmsKeyId
public 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
-
build
public KeyDetails build()
-
copy
public KeyDetails.Builder copy(KeyDetails model)
-
-