public static interface IamIdentity.Builder extends SdkPojo, CopyableBuilder<IamIdentity.Builder,IamIdentity>
| Modifier and Type | Method and Description |
|---|---|
IamIdentity.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the IAM identity.
|
IamIdentity.Builder |
principalId(String principalId)
The ID of the principal that assumes the IAM identity.
|
IamIdentity.Builder |
sourceIdentity(String sourceIdentity)
The person or application which assumes the IAM identity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIamIdentity.Builder arn(String arn)
The Amazon Resource Name (ARN) of the IAM identity.
arn - The Amazon Resource Name (ARN) of the IAM identity.IamIdentity.Builder principalId(String principalId)
The ID of the principal that assumes the IAM identity.
principalId - The ID of the principal that assumes the IAM identity.IamIdentity.Builder sourceIdentity(String sourceIdentity)
The person or application which assumes the IAM identity.
sourceIdentity - The person or application which assumes the IAM identity.Copyright © 2023. All rights reserved.