Interface PolicyUser.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PolicyUser.Builder,
,PolicyUser> SdkBuilder<PolicyUser.Builder,
,PolicyUser> SdkPojo
- Enclosing class:
PolicyUser
public static interface PolicyUser.Builder
extends SdkPojo, CopyableBuilder<PolicyUser.Builder,PolicyUser>
-
Method Summary
Modifier and TypeMethodDescriptionThe stable and unique string identifying the user.The name (friendly name, not ARN) identifying 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
-
userName
The name (friendly name, not ARN) identifying the user.
- Parameters:
userName
- The name (friendly name, not ARN) identifying the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
The stable and unique string identifying the user. For more information about IDs, see IAM identifiers in the IAM User Guide.
- Parameters:
userId
- The stable and unique string identifying the user. For more information about IDs, see IAM identifiers in the IAM User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-