Package com.oracle.bmc.queue.model
Class UpdateMessagesDetailsEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.queue.model.UpdateMessagesDetailsEntry.Builder
-
- Enclosing class:
- UpdateMessagesDetailsEntry
public static class UpdateMessagesDetailsEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateMessagesDetailsEntry
build()
UpdateMessagesDetailsEntry.Builder
copy(UpdateMessagesDetailsEntry model)
UpdateMessagesDetailsEntry.Builder
receipt(String receipt)
The receipt of the message to update.UpdateMessagesDetailsEntry.Builder
visibilityInSeconds(Integer visibilityInSeconds)
The new visibility of the message relative to the current time (as-per the clock of the server receiving the request).
-
-
-
Method Detail
-
receipt
public UpdateMessagesDetailsEntry.Builder receipt(String receipt)
The receipt of the message to update.- Parameters:
receipt
- the value to set- Returns:
- this builder
-
visibilityInSeconds
public UpdateMessagesDetailsEntry.Builder visibilityInSeconds(Integer visibilityInSeconds)
The new visibility of the message relative to the current time (as-per the clock of the server receiving the request).- Parameters:
visibilityInSeconds
- the value to set- Returns:
- this builder
-
build
public UpdateMessagesDetailsEntry build()
-
copy
public UpdateMessagesDetailsEntry.Builder copy(UpdateMessagesDetailsEntry model)
-
-