Package com.oracle.bmc.queue.model
Class UpdateMessageDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.queue.model.UpdateMessageDetails.Builder
-
- Enclosing class:
- UpdateMessageDetails
public static class UpdateMessageDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateMessageDetails
build()
UpdateMessageDetails.Builder
copy(UpdateMessageDetails model)
UpdateMessageDetails.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
-
visibilityInSeconds
public UpdateMessageDetails.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 UpdateMessageDetails build()
-
copy
public UpdateMessageDetails.Builder copy(UpdateMessageDetails model)
-
-