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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoomData.Builderdescription(String description)The description of a room.RoomData.BuilderprofileArn(String profileArn)The profile ARN of a room.RoomData.BuilderprofileName(String profileName)The profile name of a room.RoomData.BuilderproviderCalendarId(String providerCalendarId)The provider calendar ARN of a room.RoomData.BuilderroomArn(String roomArn)The ARN of a room.RoomData.BuilderroomName(String roomName)The name of a room.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
roomArn
RoomData.Builder roomArn(String 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
RoomData.Builder roomName(String 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
RoomData.Builder description(String 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
RoomData.Builder providerCalendarId(String 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
RoomData.Builder profileArn(String 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
RoomData.Builder profileName(String 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.
-
-