public static interface Profile.Builder extends CopyableBuilder<Profile.Builder,Profile>
| Modifier and Type | Method and Description |
|---|---|
Profile.Builder |
address(String address)
The address of a room profile.
|
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 |
maxVolumeLimit(Integer maxVolumeLimit)
The max volume limit 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.
|
copyapply, 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 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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.