Class UpdateProfileRequest

    • Method Detail

      • profileArn

        public final String profileArn()

        The ARN of the room profile to update. Required.

        Returns:
        The ARN of the room profile to update. Required.
      • profileName

        public final String profileName()

        The updated name for the room profile.

        Returns:
        The updated name for the room profile.
      • isDefault

        public final Boolean isDefault()

        Sets the profile as default if selected. If this is missing, no update is done to the default status.

        Returns:
        Sets the profile as default if selected. If this is missing, no update is done to the default status.
      • timezone

        public final String timezone()

        The updated timezone for the room profile.

        Returns:
        The updated timezone for the room profile.
      • address

        public final String address()

        The updated address for the room profile.

        Returns:
        The updated address for the room profile.
      • wakeWord

        public final WakeWord wakeWord()

        The updated wake word for the room profile.

        If the service returns an enum value that is not available in the current SDK version, wakeWord will return WakeWord.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from wakeWordAsString().

        Returns:
        The updated wake word for the room profile.
        See Also:
        WakeWord
      • wakeWordAsString

        public final String wakeWordAsString()

        The updated wake word for the room profile.

        If the service returns an enum value that is not available in the current SDK version, wakeWord will return WakeWord.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from wakeWordAsString().

        Returns:
        The updated wake word for the room profile.
        See Also:
        WakeWord
      • locale

        public final String locale()

        The updated locale for the room profile. (This is currently only available to a limited preview audience.)

        Returns:
        The updated locale for the room profile. (This is currently only available to a limited preview audience.)
      • setupModeDisabled

        public final Boolean setupModeDisabled()

        Whether the setup mode of the profile is enabled.

        Returns:
        Whether the setup mode of the profile is enabled.
      • maxVolumeLimit

        public final Integer maxVolumeLimit()

        The updated maximum volume limit for the room profile.

        Returns:
        The updated maximum volume limit for the room profile.
      • pstnEnabled

        public final Boolean pstnEnabled()

        Whether the PSTN setting of the room profile is enabled.

        Returns:
        Whether the PSTN setting of the room profile is enabled.
      • dataRetentionOptIn

        public final Boolean dataRetentionOptIn()

        Whether data retention of the profile is enabled.

        Returns:
        Whether data retention of the profile is enabled.
      • meetingRoomConfiguration

        public final UpdateMeetingRoomConfiguration meetingRoomConfiguration()

        The updated meeting room settings of a room profile.

        Returns:
        The updated meeting room settings of a room profile.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object