ProfileData.Builder |
ProfileData.Builder.address(String address) |
The address of a room profile.
|
static ProfileData.Builder |
ProfileData.builder() |
|
ProfileData.Builder |
ProfileData.Builder.distanceUnit(String distanceUnit) |
The distance unit of a room profile.
|
ProfileData.Builder |
ProfileData.Builder.distanceUnit(DistanceUnit distanceUnit) |
The distance unit of a room profile.
|
ProfileData.Builder |
ProfileData.Builder.isDefault(Boolean isDefault) |
Retrieves if the profile data is default or not.
|
ProfileData.Builder |
ProfileData.Builder.locale(String locale) |
The locale of a room profile.
|
ProfileData.Builder |
ProfileData.Builder.profileArn(String profileArn) |
The ARN of a room profile.
|
ProfileData.Builder |
ProfileData.Builder.profileName(String profileName) |
The name of a room profile.
|
ProfileData.Builder |
ProfileData.Builder.temperatureUnit(String temperatureUnit) |
The temperature unit of a room profile.
|
ProfileData.Builder |
ProfileData.Builder.temperatureUnit(TemperatureUnit temperatureUnit) |
The temperature unit of a room profile.
|
ProfileData.Builder |
ProfileData.Builder.timezone(String timezone) |
The time zone of a room profile.
|
ProfileData.Builder |
ProfileData.toBuilder() |
|
ProfileData.Builder |
ProfileData.Builder.wakeWord(String wakeWord) |
The wake word of a room profile.
|
ProfileData.Builder |
ProfileData.Builder.wakeWord(WakeWord wakeWord) |
The wake word of a room profile.
|