Package com.oracle.bmc.jms.model
Class Blocklist.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.model.Blocklist.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Blocklistbuild()Blocklist.Buildercopy(Blocklist model)Blocklist.Builderkey(String key)The unique identifier of this blocklist record.Blocklist.Builderoperation(OperationType operation)The operation typeBlocklist.Builderreason(String reason)The reason why the operation is blocklisted.Blocklist.Buildertarget(BlocklistTarget target)
 
- 
- 
- 
Method Detail- 
keypublic Blocklist.Builder key(String key) The unique identifier of this blocklist record.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
targetpublic Blocklist.Builder target(BlocklistTarget target) 
 - 
operationpublic Blocklist.Builder operation(OperationType operation) The operation type- Parameters:
- operation- the value to set
- Returns:
- this builder
 
 - 
reasonpublic Blocklist.Builder reason(String reason) The reason why the operation is blocklisted.- Parameters:
- reason- the value to set
- Returns:
- this builder
 
 - 
buildpublic Blocklist build() 
 - 
copypublic Blocklist.Builder copy(Blocklist model) 
 
- 
 
-