public static interface AwsIdentity.Builder extends SdkPojo, CopyableBuilder<AwsIdentity.Builder,AwsIdentity>
| Modifier and Type | Method and Description |
|---|---|
AwsIdentity.Builder |
externalId(String externalId)
The external ID used to estalish trust relationship with the AWS identity.
|
AwsIdentity.Builder |
principal(String principal)
The AWS identity principal.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsIdentity.Builder externalId(String externalId)
The external ID used to estalish trust relationship with the AWS identity.
externalId - The external ID used to estalish trust relationship with the AWS identity.AwsIdentity.Builder principal(String principal)
The AWS identity principal.
principal - The AWS identity principal.Copyright © 2023. All rights reserved.