public static interface CreateRoomResponse.Builder extends IvschatResponse.Builder, SdkPojo, CopyableBuilder<CreateRoomResponse.Builder,CreateRoomResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateRoomResponse.Builder |
arn(String arn)
Room ARN, assigned by the system.
|
CreateRoomResponse.Builder |
createTime(Instant createTime)
Time when the room was created.
|
CreateRoomResponse.Builder |
id(String id)
Room ID, generated by the system.
|
CreateRoomResponse.Builder |
loggingConfigurationIdentifiers(Collection<String> loggingConfigurationIdentifiers)
Array of logging configurations attached to the room, from the request (if specified).
|
CreateRoomResponse.Builder |
loggingConfigurationIdentifiers(String... loggingConfigurationIdentifiers)
Array of logging configurations attached to the room, from the request (if specified).
|
CreateRoomResponse.Builder |
maximumMessageLength(Integer maximumMessageLength)
Maximum number of characters in a single message, from the request (if specified).
|
CreateRoomResponse.Builder |
maximumMessageRatePerSecond(Integer maximumMessageRatePerSecond)
Maximum number of messages per second that can be sent to the room (by all clients), from the request (if
specified).
|
default CreateRoomResponse.Builder |
messageReviewHandler(Consumer<MessageReviewHandler.Builder> messageReviewHandler)
Configuration information for optional review of messages.
|
CreateRoomResponse.Builder |
messageReviewHandler(MessageReviewHandler messageReviewHandler)
Configuration information for optional review of messages.
|
CreateRoomResponse.Builder |
name(String name)
Room name, from the request (if specified).
|
CreateRoomResponse.Builder |
tags(Map<String,String> tags)
Tags attached to the resource, from the request (if specified).
|
CreateRoomResponse.Builder |
updateTime(Instant updateTime)
Time of the room’s last update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRoomResponse.Builder arn(String arn)
Room ARN, assigned by the system.
arn - Room ARN, assigned by the system.CreateRoomResponse.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.CreateRoomResponse.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.CreateRoomResponse.Builder loggingConfigurationIdentifiers(Collection<String> loggingConfigurationIdentifiers)
Array of logging configurations attached to the room, from the request (if specified).
loggingConfigurationIdentifiers - Array of logging configurations attached to the room, from the request (if specified).CreateRoomResponse.Builder loggingConfigurationIdentifiers(String... loggingConfigurationIdentifiers)
Array of logging configurations attached to the room, from the request (if specified).
loggingConfigurationIdentifiers - Array of logging configurations attached to the room, from the request (if specified).CreateRoomResponse.Builder maximumMessageLength(Integer maximumMessageLength)
Maximum number of characters in a single message, from the request (if specified).
maximumMessageLength - Maximum number of characters in a single message, from the request (if specified).CreateRoomResponse.Builder maximumMessageRatePerSecond(Integer maximumMessageRatePerSecond)
Maximum number of messages per second that can be sent to the room (by all clients), from the request (if specified).
maximumMessageRatePerSecond - Maximum number of messages per second that can be sent to the room (by all clients), from the request
(if specified).CreateRoomResponse.Builder messageReviewHandler(MessageReviewHandler messageReviewHandler)
Configuration information for optional review of messages.
messageReviewHandler - Configuration information for optional review of messages.default CreateRoomResponse.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)CreateRoomResponse.Builder name(String name)
Room name, from the request (if specified).
name - Room name, from the request (if specified).CreateRoomResponse.Builder tags(Map<String,String> tags)
Tags attached to the resource, from the request (if specified).
tags - Tags attached to the resource, from the request (if specified).CreateRoomResponse.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.