Interface RoomData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RoomData.Builder,,RoomData> SdkBuilder<RoomData.Builder,,RoomData> SdkPojo
- Enclosing class:
RoomData
public static interface RoomData.Builder
extends SdkPojo, CopyableBuilder<RoomData.Builder,RoomData>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of a room.profileArn(String profileArn) The profile ARN of a room.profileName(String profileName) The profile name of a room.providerCalendarId(String providerCalendarId) The provider calendar ARN of a room.The ARN of a room.The name of a room.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
roomArn
The ARN of a room.
- Parameters:
roomArn- The ARN of a room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roomName
The name of a room.
- Parameters:
roomName- The name of a room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of a room.
- Parameters:
description- The description of a room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerCalendarId
The provider calendar ARN of a room.
- Parameters:
providerCalendarId- The provider calendar ARN of a room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileArn
The profile ARN of a room.
- Parameters:
profileArn- The profile ARN of a room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileName
The profile name of a room.
- Parameters:
profileName- The profile name of a room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-