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 TypeMethodDescriptionThe action that is enabled or disabled.The action that is enabled or disabled.permission
(String permission) Indicates whether the action is enabled or disabled.permission
(Permission permission) Indicates whether the action 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
The action that is enabled or disabled.
- Parameters:
action
- The action that is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The action that is enabled or disabled.
- Parameters:
action
- The action that is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
permission
Indicates whether the action is enabled or disabled.
- Parameters:
permission
- Indicates whether the action is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
permission
Indicates whether the action is enabled or disabled.
- Parameters:
permission
- Indicates whether the action is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-