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