public static interface CreateProfileRequest.Builder extends AlexaForBusinessRequest.Builder, CopyableBuilder<CreateProfileRequest.Builder,CreateProfileRequest>
| Modifier and Type | Method and Description | 
|---|---|
| CreateProfileRequest.Builder | address(String address)
 The valid address for the room. | 
| CreateProfileRequest.Builder | clientRequestToken(String clientRequestToken)
 The user-specified token that is used during the creation of a profile. | 
| CreateProfileRequest.Builder | distanceUnit(DistanceUnit distanceUnit)
 The distance unit to be used by devices in the profile. | 
| CreateProfileRequest.Builder | distanceUnit(String distanceUnit)
 The distance unit to be used by devices in the profile. | 
| CreateProfileRequest.Builder | maxVolumeLimit(Integer maxVolumeLimit)
 The maximum volume limit for a room profile. | 
| CreateProfileRequest.Builder | overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)Add an optional request override configuration. | 
| CreateProfileRequest.Builder | overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)Add an optional request override configuration. | 
| CreateProfileRequest.Builder | profileName(String profileName)
 The name of a room profile. | 
| CreateProfileRequest.Builder | pstnEnabled(Boolean pstnEnabled)
 Whether PSTN calling is enabled. | 
| CreateProfileRequest.Builder | setupModeDisabled(Boolean setupModeDisabled)
 Whether room profile setup is enabled. | 
| CreateProfileRequest.Builder | temperatureUnit(String temperatureUnit)
 The temperature unit to be used by devices in the profile. | 
| CreateProfileRequest.Builder | temperatureUnit(TemperatureUnit temperatureUnit)
 The temperature unit to be used by devices in the profile. | 
| CreateProfileRequest.Builder | timezone(String timezone)
 The time zone used by a room profile. | 
| CreateProfileRequest.Builder | wakeWord(String wakeWord)
 A wake word for Alexa, Echo, Amazon, or a computer. | 
| CreateProfileRequest.Builder | wakeWord(WakeWord wakeWord)
 A wake word for Alexa, Echo, Amazon, or a computer. | 
buildoverrideConfigurationcopyapplyMutation, buildCreateProfileRequest.Builder profileName(String profileName)
The name of a room profile.
profileName - The name of a room profile.CreateProfileRequest.Builder timezone(String timezone)
The time zone used by a room profile.
timezone - The time zone used by a room profile.CreateProfileRequest.Builder address(String address)
The valid address for the room.
address - The valid address for the room.CreateProfileRequest.Builder distanceUnit(String distanceUnit)
The distance unit to be used by devices in the profile.
distanceUnit - The distance unit to be used by devices in the profile.DistanceUnit, 
DistanceUnitCreateProfileRequest.Builder distanceUnit(DistanceUnit distanceUnit)
The distance unit to be used by devices in the profile.
distanceUnit - The distance unit to be used by devices in the profile.DistanceUnit, 
DistanceUnitCreateProfileRequest.Builder temperatureUnit(String temperatureUnit)
The temperature unit to be used by devices in the profile.
temperatureUnit - The temperature unit to be used by devices in the profile.TemperatureUnit, 
TemperatureUnitCreateProfileRequest.Builder temperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit to be used by devices in the profile.
temperatureUnit - The temperature unit to be used by devices in the profile.TemperatureUnit, 
TemperatureUnitCreateProfileRequest.Builder wakeWord(String wakeWord)
A wake word for Alexa, Echo, Amazon, or a computer.
CreateProfileRequest.Builder wakeWord(WakeWord wakeWord)
A wake word for Alexa, Echo, Amazon, or a computer.
CreateProfileRequest.Builder clientRequestToken(String clientRequestToken)
The user-specified token that is used during the creation of a profile.
clientRequestToken - The user-specified token that is used during the creation of a profile.CreateProfileRequest.Builder setupModeDisabled(Boolean setupModeDisabled)
Whether room profile setup is enabled.
setupModeDisabled - Whether room profile setup is enabled.CreateProfileRequest.Builder maxVolumeLimit(Integer maxVolumeLimit)
The maximum volume limit for a room profile.
maxVolumeLimit - The maximum volume limit for a room profile.CreateProfileRequest.Builder pstnEnabled(Boolean pstnEnabled)
Whether PSTN calling is enabled.
pstnEnabled - Whether PSTN calling is enabled.CreateProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.