Interface GetIdentityContextResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIdentityContextResponse.Builder,,GetIdentityContextResponse> QuickSightResponse.Builder,SdkBuilder<GetIdentityContextResponse.Builder,,GetIdentityContextResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetIdentityContextResponse
@Mutable
@NotThreadSafe
public static interface GetIdentityContextResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<GetIdentityContextResponse.Builder,GetIdentityContextResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe identity context information for the user.The Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
context
The identity context information for the user. This is an identity token that should be used as the ContextAssertion parameter in the STS AssumeRole API call to obtain identity enhanced AWS credentials.
- Parameters:
context- The identity context information for the user. This is an identity token that should be used as the ContextAssertion parameter in the STS AssumeRole API call to obtain identity enhanced AWS credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-