Interface UserSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserSettings.Builder,
,UserSettings> SdkBuilder<UserSettings.Builder,
,UserSettings> SdkPojo
- Enclosing class:
UserSettings
public static interface UserSettings.Builder
extends SdkPojo, CopyableBuilder<UserSettings.Builder,UserSettings>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UserSettings.Builder
telephony
(Consumer<TelephonySettings.Builder> telephony) The telephony settings associated with the user.telephony
(TelephonySettings telephony) The telephony settings associated with the user.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, sdkFields
-
Method Details
-
telephony
The telephony settings associated with the user.
- Parameters:
telephony
- The telephony settings associated with the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
telephony
The telephony settings associated with the user.
This is a convenience method that creates an instance of theTelephonySettings.Builder
avoiding the need to create one manually viaTelephonySettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totelephony(TelephonySettings)
.- Parameters:
telephony
- a consumer that will call methods onTelephonySettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-