public static interface Profile.Builder extends SdkPojo, CopyableBuilder<Profile.Builder,Profile>
| Modifier and Type | Method and Description |
|---|---|
Profile.Builder |
address(String address)
The address of a room profile.
|
Profile.Builder |
addressBookArn(String addressBookArn)
The ARN of the address book.
|
Profile.Builder |
dataRetentionOptIn(Boolean dataRetentionOptIn)
Whether data retention of the profile is enabled.
|
Profile.Builder |
distanceUnit(DistanceUnit distanceUnit)
The distance unit of a room profile.
|
Profile.Builder |
distanceUnit(String distanceUnit)
The distance unit of a room profile.
|
Profile.Builder |
isDefault(Boolean isDefault)
Retrieves if the profile is default or not.
|
Profile.Builder |
locale(String locale)
The locale of a room profile.
|
Profile.Builder |
maxVolumeLimit(Integer maxVolumeLimit)
The max volume limit of a room profile.
|
default Profile.Builder |
meetingRoomConfiguration(Consumer<MeetingRoomConfiguration.Builder> meetingRoomConfiguration)
Meeting room settings of a room profile.
|
Profile.Builder |
meetingRoomConfiguration(MeetingRoomConfiguration meetingRoomConfiguration)
Meeting room settings of a room profile.
|
Profile.Builder |
profileArn(String profileArn)
The ARN of a room profile.
|
Profile.Builder |
profileName(String profileName)
The name of a room profile.
|
Profile.Builder |
pstnEnabled(Boolean pstnEnabled)
The PSTN setting of a room profile.
|
Profile.Builder |
setupModeDisabled(Boolean setupModeDisabled)
The setup mode of a room profile.
|
Profile.Builder |
temperatureUnit(String temperatureUnit)
The temperature unit of a room profile.
|
Profile.Builder |
temperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit of a room profile.
|
Profile.Builder |
timezone(String timezone)
The time zone of a room profile.
|
Profile.Builder |
wakeWord(String wakeWord)
The wake word of a room profile.
|
Profile.Builder |
wakeWord(WakeWord wakeWord)
The wake word of a room profile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProfile.Builder profileArn(String profileArn)
The ARN of a room profile.
profileArn - The ARN of a room profile.Profile.Builder profileName(String profileName)
The name of a room profile.
profileName - The name of a room profile.Profile.Builder isDefault(Boolean isDefault)
Retrieves if the profile is default or not.
isDefault - Retrieves if the profile is default or not.Profile.Builder address(String address)
The address of a room profile.
address - The address of a room profile.Profile.Builder timezone(String timezone)
The time zone of a room profile.
timezone - The time zone of a room profile.Profile.Builder distanceUnit(String distanceUnit)
The distance unit of a room profile.
distanceUnit - The distance unit of a room profile.DistanceUnit,
DistanceUnitProfile.Builder distanceUnit(DistanceUnit distanceUnit)
The distance unit of a room profile.
distanceUnit - The distance unit of a room profile.DistanceUnit,
DistanceUnitProfile.Builder temperatureUnit(String temperatureUnit)
The temperature unit of a room profile.
temperatureUnit - The temperature unit of a room profile.TemperatureUnit,
TemperatureUnitProfile.Builder temperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit of a room profile.
temperatureUnit - The temperature unit of a room profile.TemperatureUnit,
TemperatureUnitProfile.Builder wakeWord(String wakeWord)
The wake word of a room profile.
Profile.Builder wakeWord(WakeWord wakeWord)
The wake word of a room profile.
Profile.Builder locale(String locale)
The locale of a room profile. (This is currently available only to a limited preview audience.)
locale - The locale of a room profile. (This is currently available only to a limited preview audience.)Profile.Builder setupModeDisabled(Boolean setupModeDisabled)
The setup mode of a room profile.
setupModeDisabled - The setup mode of a room profile.Profile.Builder maxVolumeLimit(Integer maxVolumeLimit)
The max volume limit of a room profile.
maxVolumeLimit - The max volume limit of a room profile.Profile.Builder pstnEnabled(Boolean pstnEnabled)
The PSTN setting of a room profile.
pstnEnabled - The PSTN setting of a room profile.Profile.Builder dataRetentionOptIn(Boolean dataRetentionOptIn)
Whether data retention of the profile is enabled.
dataRetentionOptIn - Whether data retention of the profile is enabled.Profile.Builder addressBookArn(String addressBookArn)
The ARN of the address book.
addressBookArn - The ARN of the address book.Profile.Builder meetingRoomConfiguration(MeetingRoomConfiguration meetingRoomConfiguration)
Meeting room settings of a room profile.
meetingRoomConfiguration - Meeting room settings of a room profile.default Profile.Builder meetingRoomConfiguration(Consumer<MeetingRoomConfiguration.Builder> meetingRoomConfiguration)
Meeting room settings of a room profile.
This is a convenience method that creates an instance of theMeetingRoomConfiguration.Builder
avoiding the need to create one manually via MeetingRoomConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to meetingRoomConfiguration(MeetingRoomConfiguration).
meetingRoomConfiguration - a consumer that will call methods on MeetingRoomConfiguration.BuildermeetingRoomConfiguration(MeetingRoomConfiguration)Copyright © 2023. All rights reserved.