Interface AccountSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountSettings.Builder,AccountSettings>,SdkBuilder<AccountSettings.Builder,AccountSettings>,SdkPojo
- Enclosing class:
- AccountSettings
public static interface AccountSettings.Builder extends SdkPojo, CopyableBuilder<AccountSettings.Builder,AccountSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountSettings.BuilderdisableRemoteControl(Boolean disableRemoteControl)Setting that stops or starts remote control of shared screens during meetings.AccountSettings.BuilderenableDialOut(Boolean enableDialOut)Setting that allows meeting participants to choose the Call me at a phone number option.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
disableRemoteControl
AccountSettings.Builder disableRemoteControl(Boolean disableRemoteControl)
Setting that stops or starts remote control of shared screens during meetings.
- Parameters:
disableRemoteControl- Setting that stops or starts remote control of shared screens during meetings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableDialOut
AccountSettings.Builder enableDialOut(Boolean enableDialOut)
Setting that allows meeting participants to choose the Call me at a phone number option. For more information, see Join a Meeting without the Amazon Chime App.
- Parameters:
enableDialOut- Setting that allows meeting participants to choose the Call me at a phone number option. For more information, see Join a Meeting without the Amazon Chime App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-