| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static Room.Builder |
Room.builder() |
Room.Builder |
Room.Builder.description(String description)
The description of a room.
|
Room.Builder |
Room.Builder.profileArn(String profileArn)
The profile ARN of a room.
|
Room.Builder |
Room.Builder.providerCalendarId(String providerCalendarId)
The provider calendar ARN of a room.
|
Room.Builder |
Room.Builder.roomArn(String roomArn)
The ARN of a room.
|
Room.Builder |
Room.Builder.roomName(String roomName)
The name of a room.
|
Room.Builder |
Room.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Room.Builder> |
Room.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetRoomResponse.Builder |
GetRoomResponse.Builder.room(Consumer<Room.Builder> room)
The details of the room requested.
|
Copyright © 2021. All rights reserved.