public static interface Room.Builder extends CopyableBuilder<Room.Builder,Room>
| Modifier and Type | Method and Description |
|---|---|
Room.Builder |
description(String description)
The description of a room.
|
Room.Builder |
profileArn(String profileArn)
The profile ARN of a room.
|
Room.Builder |
providerCalendarId(String providerCalendarId)
The provider calendar ARN of a room.
|
Room.Builder |
roomArn(String roomArn)
The ARN of a room.
|
Room.Builder |
roomName(String roomName)
The name of a room.
|
copyapply, buildRoom.Builder roomArn(String roomArn)
The ARN of a room.
roomArn - The ARN of a room.Room.Builder roomName(String roomName)
The name of a room.
roomName - The name of a room.Room.Builder description(String description)
The description of a room.
description - The description of a room.Room.Builder providerCalendarId(String providerCalendarId)
The provider calendar ARN of a room.
providerCalendarId - The provider calendar ARN of a room.Room.Builder profileArn(String profileArn)
The profile ARN of a room.
profileArn - The profile ARN of a room.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.