Package com.oracle.bmc.queue.model
Class UpdateMessagesResultEntry.Builder
- java.lang.Object
- 
- com.oracle.bmc.queue.model.UpdateMessagesResultEntry.Builder
 
- 
- Enclosing class:
- UpdateMessagesResultEntry
 
 public static class UpdateMessagesResultEntry.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateMessagesResultEntrybuild()UpdateMessagesResultEntry.Buildercopy(UpdateMessagesResultEntry model)UpdateMessagesResultEntry.BuildererrorCode(Integer errorCode)The error code, in case the message was not successfully updated in the queue.UpdateMessagesResultEntry.BuildererrorMessage(String errorMessage)A human-readable error message associated with the error code.UpdateMessagesResultEntry.Builderid(Long id)The ID of the message that’s been updated.UpdateMessagesResultEntry.BuildervisibleAfter(Date visibleAfter)The time after which the message will be visible to other consumers, expressed in RFC 3339 timestamp format.
 
- 
- 
- 
Method Detail- 
idpublic UpdateMessagesResultEntry.Builder id(Long id) The ID of the message that’s been updated.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
visibleAfterpublic UpdateMessagesResultEntry.Builder visibleAfter(Date visibleAfter) The time after which the message will be visible to other consumers, expressed in RFC 3339 timestamp format.Example: 2018-04-20T00:00:07.405Z - Parameters:
- visibleAfter- the value to set
- Returns:
- this builder
 
 - 
errorCodepublic UpdateMessagesResultEntry.Builder errorCode(Integer errorCode) The error code, in case the message was not successfully updated in the queue.- Parameters:
- errorCode- the value to set
- Returns:
- this builder
 
 - 
errorMessagepublic UpdateMessagesResultEntry.Builder errorMessage(String errorMessage) A human-readable error message associated with the error code.- Parameters:
- errorMessage- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateMessagesResultEntry build() 
 - 
copypublic UpdateMessagesResultEntry.Builder copy(UpdateMessagesResultEntry model) 
 
- 
 
-