Interface UserSetting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserSetting.Builder,
,UserSetting> SdkBuilder<UserSetting.Builder,
,UserSetting> SdkPojo
- Enclosing class:
UserSetting
public static interface UserSetting.Builder
extends SdkPojo, CopyableBuilder<UserSetting.Builder,UserSetting>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates the type of action.action
(UserSettingActionEnum action) Indicates the type of action.maximumLength
(Integer maximumLength) Indicates the maximum character length for the specified user setting.permission
(String permission) Indicates if the setting is enabled or disabled.permission
(UserSettingPermissionEnum permission) Indicates if the setting is enabled or disabled.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
-
action
Indicates the type of action.
- Parameters:
action
- Indicates the type of action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
Indicates the type of action.
- Parameters:
action
- Indicates the type of action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
permission
Indicates if the setting is enabled or disabled.
- Parameters:
permission
- Indicates if the setting is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
permission
Indicates if the setting is enabled or disabled.
- Parameters:
permission
- Indicates if the setting is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maximumLength
Indicates the maximum character length for the specified user setting.
- Parameters:
maximumLength
- Indicates the maximum character length for the specified user setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-