Interface AwsAdditionalDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsAdditionalDetails.Builder,
,AwsAdditionalDetails> SdkBuilder<AwsAdditionalDetails.Builder,
,AwsAdditionalDetails> SdkPojo
- Enclosing class:
AwsAdditionalDetails
@Mutable
@NotThreadSafe
public static interface AwsAdditionalDetails.Builder
extends SdkPojo, CopyableBuilder<AwsAdditionalDetails.Builder,AwsAdditionalDetails>
-
Method Summary
Modifier and TypeMethodDescriptionidentityContext
(String identityContext) STS context assertion that carries a user identifier to the Amazon Web Services service that it calls and can be used to obtain an identity-enhanced IAM role session.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
-
identityContext
STS context assertion that carries a user identifier to the Amazon Web Services service that it calls and can be used to obtain an identity-enhanced IAM role session. This value corresponds to the
sts:identity_context
claim in the ID token.- Parameters:
identityContext
- STS context assertion that carries a user identifier to the Amazon Web Services service that it calls and can be used to obtain an identity-enhanced IAM role session. This value corresponds to thests:identity_context
claim in the ID token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-