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