| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness |
Alexa for Business helps you use Alexa in your organization.
|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateProfileResponse> |
AlexaForBusinessAsyncClient.updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)
Updates an existing room profile by room profile ARN.
|
default UpdateProfileResponse |
AlexaForBusinessClient.updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)
Updates an existing room profile by room profile ARN.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.address(String address)
The updated address for the room profile.
|
static UpdateProfileRequest.Builder |
UpdateProfileRequest.builder() |
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.dataRetentionOptIn(Boolean dataRetentionOptIn)
Whether data retention of the profile is enabled.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.distanceUnit(DistanceUnit distanceUnit)
The updated distance unit for the room profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.distanceUnit(String distanceUnit)
The updated distance unit for the room profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.isDefault(Boolean isDefault)
Sets the profile as default if selected.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.locale(String locale)
The updated locale for the room profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.maxVolumeLimit(Integer maxVolumeLimit)
The updated maximum volume limit for the room profile.
|
default UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.meetingRoomConfiguration(Consumer<UpdateMeetingRoomConfiguration.Builder> meetingRoomConfiguration)
The updated meeting room settings of a room profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.meetingRoomConfiguration(UpdateMeetingRoomConfiguration meetingRoomConfiguration)
The updated meeting room settings of a room profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.profileArn(String profileArn)
The ARN of the room profile to update.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.profileName(String profileName)
The updated name for the room profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.pstnEnabled(Boolean pstnEnabled)
Whether the PSTN setting of the room profile is enabled.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.setupModeDisabled(Boolean setupModeDisabled)
Whether the setup mode of the profile is enabled.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.temperatureUnit(String temperatureUnit)
The updated temperature unit for the room profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.temperatureUnit(TemperatureUnit temperatureUnit)
The updated temperature unit for the room profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.timezone(String timezone)
The updated timezone for the room profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.toBuilder() |
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.wakeWord(String wakeWord)
The updated wake word for the room profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.wakeWord(WakeWord wakeWord)
The updated wake word for the room profile.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateProfileRequest.Builder> |
UpdateProfileRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.