Package com.oracle.bmc.core.model
Class MeasuredBootEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.MeasuredBootEntry.Builder
-
- Enclosing class:
- MeasuredBootEntry
public static class MeasuredBootEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MeasuredBootEntry
build()
MeasuredBootEntry.Builder
copy(MeasuredBootEntry model)
MeasuredBootEntry.Builder
hashAlgorithm(String hashAlgorithm)
The type of algorithm used to calculate the hash.MeasuredBootEntry.Builder
pcrIndex(String pcrIndex)
The index of the policy.MeasuredBootEntry.Builder
value(String value)
The hashed PCR value.
-
-
-
Method Detail
-
pcrIndex
public MeasuredBootEntry.Builder pcrIndex(String pcrIndex)
The index of the policy.- Parameters:
pcrIndex
- the value to set- Returns:
- this builder
-
value
public MeasuredBootEntry.Builder value(String value)
The hashed PCR value.- Parameters:
value
- the value to set- Returns:
- this builder
-
hashAlgorithm
public MeasuredBootEntry.Builder hashAlgorithm(String hashAlgorithm)
The type of algorithm used to calculate the hash.- Parameters:
hashAlgorithm
- the value to set- Returns:
- this builder
-
build
public MeasuredBootEntry build()
-
copy
public MeasuredBootEntry.Builder copy(MeasuredBootEntry model)
-
-