public static class UpdateMessagesDetailsEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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).
|
public UpdateMessagesDetailsEntry.Builder receipt(String receipt)
The receipt of the message to update.
receipt
- the value to setpublic 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).
visibilityInSeconds
- the value to setpublic UpdateMessagesDetailsEntry build()
public UpdateMessagesDetailsEntry.Builder copy(UpdateMessagesDetailsEntry model)
Copyright © 2016–2024. All rights reserved.