Package com.oracle.bmc.jms.model
Class BlocklistEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.model.BlocklistEntry.Builder
-
- Enclosing class:
- BlocklistEntry
public static class BlocklistEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlocklistEntrybuild()BlocklistEntry.Buildercopy(BlocklistEntry model)BlocklistEntry.Builderoperation(OperationType operation)The operation type.BlocklistEntry.Builderreason(String reason)The reason why the operation is blocklisted.
-
-
-
Method Detail
-
operation
public BlocklistEntry.Builder operation(OperationType operation)
The operation type.- Parameters:
operation- the value to set- Returns:
- this builder
-
reason
public BlocklistEntry.Builder reason(String reason)
The reason why the operation is blocklisted.- Parameters:
reason- the value to set- Returns:
- this builder
-
build
public BlocklistEntry build()
-
copy
public BlocklistEntry.Builder copy(BlocklistEntry model)
-
-