public static interface SessionIssuer.Builder extends SdkPojo, CopyableBuilder<SessionIssuer.Builder,SessionIssuer>
| Modifier and Type | Method and Description |
|---|---|
SessionIssuer.Builder |
accountId(String accountId)
The unique identifier for the Amazon Web Services account that owns the entity that was used to get the
credentials.
|
SessionIssuer.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the source account, IAM user, or role that was used to get the credentials.
|
SessionIssuer.Builder |
principalId(String principalId)
The unique identifier for the entity that was used to get the credentials.
|
SessionIssuer.Builder |
type(String type)
The source of the temporary security credentials, such as Root, IAMUser, or Role.
|
SessionIssuer.Builder |
userName(String userName)
The name or alias of the user or role that issued the session.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSessionIssuer.Builder accountId(String accountId)
The unique identifier for the Amazon Web Services account that owns the entity that was used to get the credentials.
accountId - The unique identifier for the Amazon Web Services account that owns the entity that was used to get
the credentials.SessionIssuer.Builder arn(String arn)
The Amazon Resource Name (ARN) of the source account, IAM user, or role that was used to get the credentials.
arn - The Amazon Resource Name (ARN) of the source account, IAM user, or role that was used to get the
credentials.SessionIssuer.Builder principalId(String principalId)
The unique identifier for the entity that was used to get the credentials.
principalId - The unique identifier for the entity that was used to get the credentials.SessionIssuer.Builder type(String type)
The source of the temporary security credentials, such as Root, IAMUser, or Role.
type - The source of the temporary security credentials, such as Root, IAMUser, or Role.SessionIssuer.Builder userName(String userName)
The name or alias of the user or role that issued the session. This value is null if the credentials were obtained from a root account that doesn't have an alias.
userName - The name or alias of the user or role that issued the session. This value is null if the credentials
were obtained from a root account that doesn't have an alias.Copyright © 2021. All rights reserved.