| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
UserIdentityRoot.Builder |
UserIdentityRoot.Builder.accountId(String accountId)
The unique identifier for the Amazon Web Services account.
|
UserIdentityRoot.Builder |
UserIdentityRoot.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the principal that performed the action.
|
static UserIdentityRoot.Builder |
UserIdentityRoot.builder() |
UserIdentityRoot.Builder |
UserIdentityRoot.Builder.principalId(String principalId)
The unique identifier for the entity that performed the action.
|
UserIdentityRoot.Builder |
UserIdentityRoot.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserIdentityRoot.Builder> |
UserIdentityRoot.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UserIdentity.Builder |
UserIdentity.Builder.root(Consumer<UserIdentityRoot.Builder> root)
If the action was performed using the credentials for your Amazon Web Services account, the details of your
account.
|
Copyright © 2021. All rights reserved.