Profile.Builder |
Profile.Builder.address(String address) |
The address of a room profile.
|
Profile.Builder |
Profile.Builder.addressBookArn(String addressBookArn) |
The ARN of the address book.
|
static Profile.Builder |
Profile.builder() |
|
Profile.Builder |
Profile.Builder.dataRetentionOptIn(Boolean dataRetentionOptIn) |
Whether data retention of the profile is enabled.
|
Profile.Builder |
Profile.Builder.distanceUnit(String distanceUnit) |
The distance unit of a room profile.
|
Profile.Builder |
Profile.Builder.distanceUnit(DistanceUnit distanceUnit) |
The distance unit of a room profile.
|
Profile.Builder |
Profile.Builder.isDefault(Boolean isDefault) |
Retrieves if the profile is default or not.
|
Profile.Builder |
Profile.Builder.locale(String locale) |
The locale of a room profile.
|
Profile.Builder |
Profile.Builder.maxVolumeLimit(Integer maxVolumeLimit) |
The max volume limit of a room profile.
|
default Profile.Builder |
Profile.Builder.meetingRoomConfiguration(Consumer<MeetingRoomConfiguration.Builder> meetingRoomConfiguration) |
Meeting room settings of a room profile.
|
Profile.Builder |
Profile.Builder.meetingRoomConfiguration(MeetingRoomConfiguration meetingRoomConfiguration) |
Meeting room settings of a room profile.
|
Profile.Builder |
Profile.Builder.profileArn(String profileArn) |
The ARN of a room profile.
|
Profile.Builder |
Profile.Builder.profileName(String profileName) |
The name of a room profile.
|
Profile.Builder |
Profile.Builder.pstnEnabled(Boolean pstnEnabled) |
The PSTN setting of a room profile.
|
Profile.Builder |
Profile.Builder.setupModeDisabled(Boolean setupModeDisabled) |
The setup mode of a room profile.
|
Profile.Builder |
Profile.Builder.temperatureUnit(String temperatureUnit) |
The temperature unit of a room profile.
|
Profile.Builder |
Profile.Builder.temperatureUnit(TemperatureUnit temperatureUnit) |
The temperature unit of a room profile.
|
Profile.Builder |
Profile.Builder.timezone(String timezone) |
The time zone of a room profile.
|
Profile.Builder |
Profile.toBuilder() |
|
Profile.Builder |
Profile.Builder.wakeWord(String wakeWord) |
The wake word of a room profile.
|
Profile.Builder |
Profile.Builder.wakeWord(WakeWord wakeWord) |
The wake word of a room profile.
|