Interface PolicyUser.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PolicyUser.Builder,,- PolicyUser> - SdkBuilder<PolicyUser.Builder,,- PolicyUser> - SdkPojo
- Enclosing class:
- PolicyUser
@Mutable
@NotThreadSafe
public static interface PolicyUser.Builder
extends SdkPojo, CopyableBuilder<PolicyUser.Builder,PolicyUser> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
userNameThe 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.
 
- 
userIdThe 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.
 
 
-