public static interface CreateProfileRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, 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 |
dataRetentionOptIn(Boolean dataRetentionOptIn)
Whether data retention of the profile is enabled.
|
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 |
locale(String locale)
The locale of the room profile.
|
CreateProfileRequest.Builder |
maxVolumeLimit(Integer maxVolumeLimit)
The maximum volume limit for a room profile.
|
default CreateProfileRequest.Builder |
meetingRoomConfiguration(Consumer<CreateMeetingRoomConfiguration.Builder> meetingRoomConfiguration)
The meeting room settings of a room profile.
|
CreateProfileRequest.Builder |
meetingRoomConfiguration(CreateMeetingRoomConfiguration meetingRoomConfiguration)
The meeting room settings of a room profile.
|
CreateProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 |
tags(Collection<Tag> tags)
The tags for the profile.
|
CreateProfileRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags for the profile.
|
CreateProfileRequest.Builder |
tags(Tag... tags)
The tags for the profile.
|
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 locale(String locale)
The locale of the room profile. (This is currently only available to a limited preview audience.)
locale - The locale of the room profile. (This is currently only available to a limited preview audience.)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 dataRetentionOptIn(Boolean dataRetentionOptIn)
Whether data retention of the profile is enabled.
dataRetentionOptIn - Whether data retention of the profile is enabled.CreateProfileRequest.Builder meetingRoomConfiguration(CreateMeetingRoomConfiguration meetingRoomConfiguration)
The meeting room settings of a room profile.
meetingRoomConfiguration - The meeting room settings of a room profile.default CreateProfileRequest.Builder meetingRoomConfiguration(Consumer<CreateMeetingRoomConfiguration.Builder> meetingRoomConfiguration)
The meeting room settings of a room profile.
This is a convenience that creates an instance of theCreateMeetingRoomConfiguration.Builder avoiding
the need to create one manually via CreateMeetingRoomConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to meetingRoomConfiguration(CreateMeetingRoomConfiguration).meetingRoomConfiguration - a consumer that will call methods on CreateMeetingRoomConfiguration.BuildermeetingRoomConfiguration(CreateMeetingRoomConfiguration)CreateProfileRequest.Builder tags(Collection<Tag> tags)
The tags for the profile.
tags - The tags for the profile.CreateProfileRequest.Builder tags(Tag... tags)
The tags for the profile.
tags - The tags for the profile.CreateProfileRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags for the profile.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.