Interface AwsIdentity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsIdentity.Builder,
,AwsIdentity> SdkBuilder<AwsIdentity.Builder,
,AwsIdentity> SdkPojo
- Enclosing class:
AwsIdentity
@Mutable
@NotThreadSafe
public static interface AwsIdentity.Builder
extends SdkPojo, CopyableBuilder<AwsIdentity.Builder,AwsIdentity>
-
Method Summary
Modifier and TypeMethodDescriptionexternalId
(String externalId) The external ID used to establish trust relationship with the Amazon Web Services identity.The Amazon Web Services identity principal.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
externalId
The external ID used to establish trust relationship with the Amazon Web Services identity.
- Parameters:
externalId
- The external ID used to establish trust relationship with the Amazon Web Services identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principal
The Amazon Web Services identity principal.
- Parameters:
principal
- The Amazon Web Services identity principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-