public static interface GetRoomResponse.Builder extends IvschatResponse.Builder, SdkPojo, CopyableBuilder<GetRoomResponse.Builder,GetRoomResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRoomResponse.Builder |
arn(String arn)
Room ARN, from the request (if
identifier was an ARN). |
GetRoomResponse.Builder |
createTime(Instant createTime)
Time when the room was created.
|
GetRoomResponse.Builder |
id(String id)
Room ID, generated by the system.
|
GetRoomResponse.Builder |
loggingConfigurationIdentifiers(Collection<String> loggingConfigurationIdentifiers)
Array of logging configurations attached to the room.
|
GetRoomResponse.Builder |
loggingConfigurationIdentifiers(String... loggingConfigurationIdentifiers)
Array of logging configurations attached to the room.
|
GetRoomResponse.Builder |
maximumMessageLength(Integer maximumMessageLength)
Maximum number of characters in a single message.
|
GetRoomResponse.Builder |
maximumMessageRatePerSecond(Integer maximumMessageRatePerSecond)
Maximum number of messages per second that can be sent to the room (by all clients).
|
default GetRoomResponse.Builder |
messageReviewHandler(Consumer<MessageReviewHandler.Builder> messageReviewHandler)
Configuration information for optional review of messages.
|
GetRoomResponse.Builder |
messageReviewHandler(MessageReviewHandler messageReviewHandler)
Configuration information for optional review of messages.
|
GetRoomResponse.Builder |
name(String name)
Room name.
|
GetRoomResponse.Builder |
tags(Map<String,String> tags)
Tags attached to the resource.
|
GetRoomResponse.Builder |
updateTime(Instant updateTime)
Time of the room’s last update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRoomResponse.Builder arn(String arn)
Room ARN, from the request (if identifier was an ARN).
arn - Room ARN, from the request (if identifier was an ARN).GetRoomResponse.Builder createTime(Instant createTime)
Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
createTime - Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a
string.GetRoomResponse.Builder id(String id)
Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
id - Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely
identifies the room.GetRoomResponse.Builder loggingConfigurationIdentifiers(Collection<String> loggingConfigurationIdentifiers)
Array of logging configurations attached to the room.
loggingConfigurationIdentifiers - Array of logging configurations attached to the room.GetRoomResponse.Builder loggingConfigurationIdentifiers(String... loggingConfigurationIdentifiers)
Array of logging configurations attached to the room.
loggingConfigurationIdentifiers - Array of logging configurations attached to the room.GetRoomResponse.Builder maximumMessageLength(Integer maximumMessageLength)
Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.
maximumMessageLength - Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this
limit applies specifically to rune/code-point count, not number of bytes. Default: 500.GetRoomResponse.Builder maximumMessageRatePerSecond(Integer maximumMessageRatePerSecond)
Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.
maximumMessageRatePerSecond - Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.GetRoomResponse.Builder messageReviewHandler(MessageReviewHandler messageReviewHandler)
Configuration information for optional review of messages.
messageReviewHandler - Configuration information for optional review of messages.default GetRoomResponse.Builder messageReviewHandler(Consumer<MessageReviewHandler.Builder> messageReviewHandler)
Configuration information for optional review of messages.
This is a convenience method that creates an instance of theMessageReviewHandler.Builder avoiding
the need to create one manually via MessageReviewHandler.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to messageReviewHandler(MessageReviewHandler).
messageReviewHandler - a consumer that will call methods on MessageReviewHandler.BuildermessageReviewHandler(MessageReviewHandler)GetRoomResponse.Builder name(String name)
Room name. The value does not need to be unique.
name - Room name. The value does not need to be unique.GetRoomResponse.Builder tags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form string:string (key:value).
tags - Tags attached to the resource. Array of maps, each of the form string:string (key:value).GetRoomResponse.Builder updateTime(Instant updateTime)
Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
updateTime - Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a
string.Copyright © 2023. All rights reserved.