public static interface Room.Builder extends SdkPojo, CopyableBuilder<Room.Builder,Room>
| Modifier and Type | Method and Description |
|---|---|
Room.Builder |
accountId(String accountId)
The Amazon Chime account ID.
|
Room.Builder |
createdBy(String createdBy)
The identifier of the room creator.
|
Room.Builder |
createdTimestamp(Instant createdTimestamp)
The room creation timestamp, in ISO 8601 format.
|
Room.Builder |
name(String name)
The room name.
|
Room.Builder |
roomId(String roomId)
The room ID.
|
Room.Builder |
updatedTimestamp(Instant updatedTimestamp)
The room update timestamp, in ISO 8601 format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRoom.Builder roomId(String roomId)
The room ID.
roomId - The room ID.Room.Builder name(String name)
The room name.
name - The room name.Room.Builder accountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.Room.Builder createdBy(String createdBy)
The identifier of the room creator.
createdBy - The identifier of the room creator.Room.Builder createdTimestamp(Instant createdTimestamp)
The room creation timestamp, in ISO 8601 format.
createdTimestamp - The room creation timestamp, in ISO 8601 format.Room.Builder updatedTimestamp(Instant updatedTimestamp)
The room update timestamp, in ISO 8601 format.
updatedTimestamp - The room update timestamp, in ISO 8601 format.Copyright © 2023. All rights reserved.