Interface MeetingRoomConfiguration.Builder

    • Method Detail

      • roomUtilizationMetricsEnabled

        MeetingRoomConfiguration.Builder roomUtilizationMetricsEnabled​(Boolean roomUtilizationMetricsEnabled)

        Whether room utilization metrics are enabled or not.

        Parameters:
        roomUtilizationMetricsEnabled - Whether room utilization metrics are enabled or not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endOfMeetingReminder

        MeetingRoomConfiguration.Builder endOfMeetingReminder​(EndOfMeetingReminder endOfMeetingReminder)

        Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.

        Parameters:
        endOfMeetingReminder - Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instantBooking

        MeetingRoomConfiguration.Builder instantBooking​(InstantBooking instantBooking)

        Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.

        Parameters:
        instantBooking - Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requireCheckIn

        MeetingRoomConfiguration.Builder requireCheckIn​(RequireCheckIn requireCheckIn)

        Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into. This makes the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”

        Parameters:
        requireCheckIn - Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into. This makes the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • proactiveJoin

        MeetingRoomConfiguration.Builder proactiveJoin​(ProactiveJoin proactiveJoin)
        Sets the value of the ProactiveJoin property for this object.
        Parameters:
        proactiveJoin - The new value for the ProactiveJoin property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.