public static interface ProfileData.Builder extends CopyableBuilder<ProfileData.Builder,ProfileData>
| Modifier and Type | Method and Description |
|---|---|
ProfileData.Builder |
address(String address)
The address of a room profile.
|
ProfileData.Builder |
distanceUnit(DistanceUnit distanceUnit)
The distance unit of a room profile.
|
ProfileData.Builder |
distanceUnit(String distanceUnit)
The distance unit of a room profile.
|
ProfileData.Builder |
profileArn(String profileArn)
The ARN of a room profile.
|
ProfileData.Builder |
profileName(String profileName)
The name of a room profile.
|
ProfileData.Builder |
temperatureUnit(String temperatureUnit)
The temperature unit of a room profile.
|
ProfileData.Builder |
temperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit of a room profile.
|
ProfileData.Builder |
timezone(String timezone)
The timezone of a room profile.
|
ProfileData.Builder |
wakeWord(String wakeWord)
The wake word of a room profile.
|
ProfileData.Builder |
wakeWord(WakeWord wakeWord)
The wake word of a room profile.
|
copyapply, buildProfileData.Builder profileArn(String profileArn)
The ARN of a room profile.
profileArn - The ARN of a room profile.ProfileData.Builder profileName(String profileName)
The name of a room profile.
profileName - The name of a room profile.ProfileData.Builder address(String address)
The address of a room profile.
address - The address of a room profile.ProfileData.Builder timezone(String timezone)
The timezone of a room profile.
timezone - The timezone of a room profile.ProfileData.Builder distanceUnit(String distanceUnit)
The distance unit of a room profile.
distanceUnit - The distance unit of a room profile.DistanceUnit,
DistanceUnitProfileData.Builder distanceUnit(DistanceUnit distanceUnit)
The distance unit of a room profile.
distanceUnit - The distance unit of a room profile.DistanceUnit,
DistanceUnitProfileData.Builder temperatureUnit(String temperatureUnit)
The temperature unit of a room profile.
temperatureUnit - The temperature unit of a room profile.TemperatureUnit,
TemperatureUnitProfileData.Builder temperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit of a room profile.
temperatureUnit - The temperature unit of a room profile.TemperatureUnit,
TemperatureUnitProfileData.Builder wakeWord(String wakeWord)
The wake word of a room profile.
ProfileData.Builder wakeWord(WakeWord wakeWord)
The wake word of a room profile.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.