| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivschat.model |
| Modifier and Type | Method and Description |
|---|---|
RoomSummary.Builder |
RoomSummary.Builder.arn(String arn)
Room ARN.
|
static RoomSummary.Builder |
RoomSummary.builder() |
RoomSummary.Builder |
RoomSummary.Builder.createTime(Instant createTime)
Time when the room was created.
|
RoomSummary.Builder |
RoomSummary.Builder.id(String id)
Room ID, generated by the system.
|
RoomSummary.Builder |
RoomSummary.Builder.loggingConfigurationIdentifiers(Collection<String> loggingConfigurationIdentifiers)
List of logging-configuration identifiers attached to the room.
|
RoomSummary.Builder |
RoomSummary.Builder.loggingConfigurationIdentifiers(String... loggingConfigurationIdentifiers)
List of logging-configuration identifiers attached to the room.
|
default RoomSummary.Builder |
RoomSummary.Builder.messageReviewHandler(Consumer<MessageReviewHandler.Builder> messageReviewHandler)
Configuration information for optional review of messages.
|
RoomSummary.Builder |
RoomSummary.Builder.messageReviewHandler(MessageReviewHandler messageReviewHandler)
Configuration information for optional review of messages.
|
RoomSummary.Builder |
RoomSummary.Builder.name(String name)
Room name.
|
RoomSummary.Builder |
RoomSummary.Builder.tags(Map<String,String> tags)
Tags attached to the resource.
|
RoomSummary.Builder |
RoomSummary.toBuilder() |
RoomSummary.Builder |
RoomSummary.Builder.updateTime(Instant updateTime)
Time of the room’s last update.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RoomSummary.Builder> |
RoomSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.