public static interface AwsIamAccessKeySessionContextSessionIssuer.Builder extends SdkPojo, CopyableBuilder<AwsIamAccessKeySessionContextSessionIssuer.Builder,AwsIamAccessKeySessionContextSessionIssuer>
| Modifier and Type | Method and Description |
|---|---|
AwsIamAccessKeySessionContextSessionIssuer.Builder |
accountId(String accountId)
The identifier of the Amazon Web Services account that created the session.
|
AwsIamAccessKeySessionContextSessionIssuer.Builder |
arn(String arn)
The ARN of the session.
|
AwsIamAccessKeySessionContextSessionIssuer.Builder |
principalId(String principalId)
The principal ID of the principal (user, role, or group) that created the session.
|
AwsIamAccessKeySessionContextSessionIssuer.Builder |
type(String type)
The type of principal (user, role, or group) that created the session.
|
AwsIamAccessKeySessionContextSessionIssuer.Builder |
userName(String userName)
The name of the principal that created the session.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsIamAccessKeySessionContextSessionIssuer.Builder type(String type)
The type of principal (user, role, or group) that created the session.
type - The type of principal (user, role, or group) that created the session.AwsIamAccessKeySessionContextSessionIssuer.Builder principalId(String principalId)
The principal ID of the principal (user, role, or group) that created the session.
principalId - The principal ID of the principal (user, role, or group) that created the session.AwsIamAccessKeySessionContextSessionIssuer.Builder arn(String arn)
The ARN of the session.
arn - The ARN of the session.AwsIamAccessKeySessionContextSessionIssuer.Builder accountId(String accountId)
The identifier of the Amazon Web Services account that created the session.
accountId - The identifier of the Amazon Web Services account that created the session.AwsIamAccessKeySessionContextSessionIssuer.Builder userName(String userName)
The name of the principal that created the session.
userName - The name of the principal that created the session.Copyright © 2023. All rights reserved.