Interface RoomData.Builder

    • 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.