| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
FederatedUser.Builder |
FederatedUser.Builder.accessKeyId(String accessKeyId)
The AWS access key ID that identifies the credentials.
|
FederatedUser.Builder |
FederatedUser.Builder.accountId(String accountId)
The unique identifier for the AWS account that owns the entity that was used to get the credentials.
|
FederatedUser.Builder |
FederatedUser.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the entity that was used to get the credentials.
|
static FederatedUser.Builder |
FederatedUser.builder() |
FederatedUser.Builder |
FederatedUser.Builder.principalId(String principalId)
The unique identifier for the entity that was used to get the credentials.
|
default FederatedUser.Builder |
FederatedUser.Builder.sessionContext(Consumer<SessionContext.Builder> sessionContext)
The details of the session that was created for the credentials, including the entity that issued the
session.
|
FederatedUser.Builder |
FederatedUser.Builder.sessionContext(SessionContext sessionContext)
The details of the session that was created for the credentials, including the entity that issued the
session.
|
FederatedUser.Builder |
FederatedUser.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FederatedUser.Builder> |
FederatedUser.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UserIdentity.Builder |
UserIdentity.Builder.federatedUser(Consumer<FederatedUser.Builder> federatedUser)
If the action was performed with temporary security credentials that were obtained using the
GetFederationToken operation of the AWS Security Token Service (AWS STS) API, the identifiers, session
context, and other details about the identity.
|
Copyright © 2020. All rights reserved.