public static interface RoomSummary.Builder extends SdkPojo, CopyableBuilder<RoomSummary.Builder,RoomSummary>
| Modifier and Type | Method and Description |
|---|---|
RoomSummary.Builder |
arn(String arn)
Room ARN.
|
RoomSummary.Builder |
createTime(Instant createTime)
Time when the room was created.
|
RoomSummary.Builder |
id(String id)
Room ID, generated by the system.
|
RoomSummary.Builder |
loggingConfigurationIdentifiers(Collection<String> loggingConfigurationIdentifiers)
List of logging-configuration identifiers attached to the room.
|
RoomSummary.Builder |
loggingConfigurationIdentifiers(String... loggingConfigurationIdentifiers)
List of logging-configuration identifiers attached to the room.
|
default RoomSummary.Builder |
messageReviewHandler(Consumer<MessageReviewHandler.Builder> messageReviewHandler)
Configuration information for optional review of messages.
|
RoomSummary.Builder |
messageReviewHandler(MessageReviewHandler messageReviewHandler)
Configuration information for optional review of messages.
|
RoomSummary.Builder |
name(String name)
Room name.
|
RoomSummary.Builder |
tags(Map<String,String> tags)
Tags attached to the resource.
|
RoomSummary.Builder |
updateTime(Instant updateTime)
Time of the room’s last update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRoomSummary.Builder arn(String arn)
Room ARN.
arn - Room ARN.RoomSummary.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.RoomSummary.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.RoomSummary.Builder loggingConfigurationIdentifiers(Collection<String> loggingConfigurationIdentifiers)
List of logging-configuration identifiers attached to the room.
loggingConfigurationIdentifiers - List of logging-configuration identifiers attached to the room.RoomSummary.Builder loggingConfigurationIdentifiers(String... loggingConfigurationIdentifiers)
List of logging-configuration identifiers attached to the room.
loggingConfigurationIdentifiers - List of logging-configuration identifiers attached to the room.RoomSummary.Builder messageReviewHandler(MessageReviewHandler messageReviewHandler)
Configuration information for optional review of messages.
messageReviewHandler - Configuration information for optional review of messages.default RoomSummary.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)RoomSummary.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.RoomSummary.Builder tags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details,
including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no
constraints beyond what is documented there.
tags - Tags attached to the resource. Array of maps, each of the form string:string (key:value).
See Tagging AWS Resources
for details, including restrictions that apply to tags and "Tag naming limits and requirements";
Amazon IVS Chat has no constraints beyond what is documented there.RoomSummary.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.