Interface UserConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UserConfig.Builder,,UserConfig> SdkBuilder<UserConfig.Builder,,UserConfig> SdkPojo
- Enclosing class:
UserConfig
@Mutable
@NotThreadSafe
public static interface UserConfig.Builder
extends SdkPojo, CopyableBuilder<UserConfig.Builder,UserConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe role assigned to the user.The role assigned to the user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
role
The role assigned to the user. Currently, only MEMBER is supported.
- Parameters:
role- The role assigned to the user. Currently, only MEMBER is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
role
The role assigned to the user. Currently, only MEMBER is supported.
- Parameters:
role- The role assigned to the user. Currently, only MEMBER is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-