Interface AwsIdentity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsIdentity.Builder,AwsIdentity>,SdkBuilder<AwsIdentity.Builder,AwsIdentity>,SdkPojo
- Enclosing class:
- AwsIdentity
public static interface AwsIdentity.Builder extends SdkPojo, CopyableBuilder<AwsIdentity.Builder,AwsIdentity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsIdentity.BuilderexternalId(String externalId)The external ID used to estalish trust relationship with the AWS identity.AwsIdentity.Builderprincipal(String principal)The AWS 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, sdkFields
-
-
-
-
Method Detail
-
externalId
AwsIdentity.Builder externalId(String externalId)
The external ID used to estalish trust relationship with the AWS identity.
- Parameters:
externalId- The external ID used to estalish trust relationship with the AWS identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principal
AwsIdentity.Builder principal(String principal)
The AWS identity principal.
- Parameters:
principal- The AWS identity principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-