public static interface UserIdentityRoot.Builder extends SdkPojo, CopyableBuilder<UserIdentityRoot.Builder,UserIdentityRoot>
| Modifier and Type | Method and Description |
|---|---|
UserIdentityRoot.Builder |
accountId(String accountId)
The unique identifier for the Amazon Web Services account.
|
UserIdentityRoot.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the principal that performed the action.
|
UserIdentityRoot.Builder |
principalId(String principalId)
The unique identifier for the entity that performed the action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserIdentityRoot.Builder accountId(String accountId)
The unique identifier for the Amazon Web Services account.
accountId - The unique identifier for the Amazon Web Services account.UserIdentityRoot.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 or role that 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 or role that performed the action.UserIdentityRoot.Builder principalId(String principalId)
The unique identifier for the entity that performed the action.
principalId - The unique identifier for the entity that performed the action.Copyright © 2021. All rights reserved.