public static interface IamUser.Builder extends SdkPojo, CopyableBuilder<IamUser.Builder,IamUser>
| Modifier and Type | Method and Description |
|---|---|
IamUser.Builder |
accountId(String accountId)
The unique identifier for the Amazon Web Services account that's associated with the IAM user who performed
the action.
|
IamUser.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the principal that performed the action.
|
IamUser.Builder |
principalId(String principalId)
The unique identifier for the IAM user who performed the action.
|
IamUser.Builder |
userName(String userName)
The user name of the IAM user who performed the action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIamUser.Builder accountId(String accountId)
The unique identifier for the Amazon Web Services account that's associated with the IAM user who performed the action.
accountId - The unique identifier for the Amazon Web Services account that's associated with the IAM user who
performed the action.IamUser.Builder arn(String arn)
The Amazon Resource Name (ARN) of the principal that performed the action. The last section of the ARN contains the name of the user who performed the action.
arn - The Amazon Resource Name (ARN) of the principal that performed the action. The last section of the ARN
contains the name of the user who performed the action.IamUser.Builder principalId(String principalId)
The unique identifier for the IAM user who performed the action.
principalId - The unique identifier for the IAM user who performed the action.IamUser.Builder userName(String userName)
The user name of the IAM user who performed the action.
userName - The user name of the IAM user who performed the action.Copyright © 2022. All rights reserved.