public static interface UpdateProfileRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdateProfileRequest.Builder,UpdateProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileRequest.Builder |
address(String address)
The updated address for the room profile.
|
UpdateProfileRequest.Builder |
dataRetentionOptIn(Boolean dataRetentionOptIn)
Whether data retention of the profile is enabled.
|
UpdateProfileRequest.Builder |
distanceUnit(DistanceUnit distanceUnit)
The updated distance unit for the room profile.
|
UpdateProfileRequest.Builder |
distanceUnit(String distanceUnit)
The updated distance unit for the room profile.
|
UpdateProfileRequest.Builder |
isDefault(Boolean isDefault)
Sets the profile as default if selected.
|
UpdateProfileRequest.Builder |
locale(String locale)
The updated locale for the room profile.
|
UpdateProfileRequest.Builder |
maxVolumeLimit(Integer maxVolumeLimit)
The updated maximum volume limit for the room profile.
|
default UpdateProfileRequest.Builder |
meetingRoomConfiguration(Consumer<UpdateMeetingRoomConfiguration.Builder> meetingRoomConfiguration)
The updated meeting room settings of a room profile.
|
UpdateProfileRequest.Builder |
meetingRoomConfiguration(UpdateMeetingRoomConfiguration meetingRoomConfiguration)
The updated meeting room settings of a room profile.
|
UpdateProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateProfileRequest.Builder |
profileArn(String profileArn)
The ARN of the room profile to update.
|
UpdateProfileRequest.Builder |
profileName(String profileName)
The updated name for the room profile.
|
UpdateProfileRequest.Builder |
pstnEnabled(Boolean pstnEnabled)
Whether the PSTN setting of the room profile is enabled.
|
UpdateProfileRequest.Builder |
setupModeDisabled(Boolean setupModeDisabled)
Whether the setup mode of the profile is enabled.
|
UpdateProfileRequest.Builder |
temperatureUnit(String temperatureUnit)
The updated temperature unit for the room profile.
|
UpdateProfileRequest.Builder |
temperatureUnit(TemperatureUnit temperatureUnit)
The updated temperature unit for the room profile.
|
UpdateProfileRequest.Builder |
timezone(String timezone)
The updated timezone for the room profile.
|
UpdateProfileRequest.Builder |
wakeWord(String wakeWord)
The updated wake word for the room profile.
|
UpdateProfileRequest.Builder |
wakeWord(WakeWord wakeWord)
The updated wake word for the room profile.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProfileRequest.Builder profileArn(String profileArn)
The ARN of the room profile to update. Required.
profileArn - The ARN of the room profile to update. Required.UpdateProfileRequest.Builder profileName(String profileName)
The updated name for the room profile.
profileName - The updated name for the room profile.UpdateProfileRequest.Builder isDefault(Boolean isDefault)
Sets the profile as default if selected. If this is missing, no update is done to the default status.
isDefault - Sets the profile as default if selected. If this is missing, no update is done to the default status.UpdateProfileRequest.Builder timezone(String timezone)
The updated timezone for the room profile.
timezone - The updated timezone for the room profile.UpdateProfileRequest.Builder address(String address)
The updated address for the room profile.
address - The updated address for the room profile.UpdateProfileRequest.Builder distanceUnit(String distanceUnit)
The updated distance unit for the room profile.
distanceUnit - The updated distance unit for the room profile.DistanceUnit,
DistanceUnitUpdateProfileRequest.Builder distanceUnit(DistanceUnit distanceUnit)
The updated distance unit for the room profile.
distanceUnit - The updated distance unit for the room profile.DistanceUnit,
DistanceUnitUpdateProfileRequest.Builder temperatureUnit(String temperatureUnit)
The updated temperature unit for the room profile.
temperatureUnit - The updated temperature unit for the room profile.TemperatureUnit,
TemperatureUnitUpdateProfileRequest.Builder temperatureUnit(TemperatureUnit temperatureUnit)
The updated temperature unit for the room profile.
temperatureUnit - The updated temperature unit for the room profile.TemperatureUnit,
TemperatureUnitUpdateProfileRequest.Builder wakeWord(String wakeWord)
The updated wake word for the room profile.
UpdateProfileRequest.Builder wakeWord(WakeWord wakeWord)
The updated wake word for the room profile.
UpdateProfileRequest.Builder locale(String locale)
The updated locale for the room profile. (This is currently only available to a limited preview audience.)
locale - The updated locale for the room profile. (This is currently only available to a limited preview
audience.)UpdateProfileRequest.Builder setupModeDisabled(Boolean setupModeDisabled)
Whether the setup mode of the profile is enabled.
setupModeDisabled - Whether the setup mode of the profile is enabled.UpdateProfileRequest.Builder maxVolumeLimit(Integer maxVolumeLimit)
The updated maximum volume limit for the room profile.
maxVolumeLimit - The updated maximum volume limit for the room profile.UpdateProfileRequest.Builder pstnEnabled(Boolean pstnEnabled)
Whether the PSTN setting of the room profile is enabled.
pstnEnabled - Whether the PSTN setting of the room profile is enabled.UpdateProfileRequest.Builder dataRetentionOptIn(Boolean dataRetentionOptIn)
Whether data retention of the profile is enabled.
dataRetentionOptIn - Whether data retention of the profile is enabled.UpdateProfileRequest.Builder meetingRoomConfiguration(UpdateMeetingRoomConfiguration meetingRoomConfiguration)
The updated meeting room settings of a room profile.
meetingRoomConfiguration - The updated meeting room settings of a room profile.default UpdateProfileRequest.Builder meetingRoomConfiguration(Consumer<UpdateMeetingRoomConfiguration.Builder> meetingRoomConfiguration)
The updated meeting room settings of a room profile.
This is a convenience method that creates an instance of theUpdateMeetingRoomConfiguration.Builder
avoiding the need to create one manually via UpdateMeetingRoomConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to meetingRoomConfiguration(UpdateMeetingRoomConfiguration).
meetingRoomConfiguration - a consumer that will call methods on UpdateMeetingRoomConfiguration.BuildermeetingRoomConfiguration(UpdateMeetingRoomConfiguration)UpdateProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.