| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
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(DistanceUnit distanceUnit)
The distance unit of a room profile.
|
Profile.Builder |
Profile.Builder.distanceUnit(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Profile.Builder> |
Profile.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetProfileResponse.Builder |
GetProfileResponse.Builder.profile(Consumer<Profile.Builder> profile)
The details of the room profile requested.
|
Copyright © 2021. All rights reserved.