Interface GetIdentityCenterAuthTokenResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIdentityCenterAuthTokenResponse.Builder,,GetIdentityCenterAuthTokenResponse> RedshiftResponse.Builder,SdkBuilder<GetIdentityCenterAuthTokenResponse.Builder,,GetIdentityCenterAuthTokenResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetIdentityCenterAuthTokenResponse
@Mutable
@NotThreadSafe
public static interface GetIdentityCenterAuthTokenResponse.Builder
extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<GetIdentityCenterAuthTokenResponse.Builder,GetIdentityCenterAuthTokenResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexpirationTime(Instant expirationTime) The time (UTC) when the token expires.The encrypted authentication token containing the caller's Amazon Web Services IAM Identity Center identity information.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftResponse.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
-
token
The encrypted authentication token containing the caller's Amazon Web Services IAM Identity Center identity information. This token is encrypted using Key Management Service and can only be decrypted by the specified Amazon Redshift clusters. Use this token with Amazon Redshift drivers to authenticate using your Amazon Web Services IAM Identity Center identity.
- Parameters:
token- The encrypted authentication token containing the caller's Amazon Web Services IAM Identity Center identity information. This token is encrypted using Key Management Service and can only be decrypted by the specified Amazon Redshift clusters. Use this token with Amazon Redshift drivers to authenticate using your Amazon Web Services IAM Identity Center identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expirationTime
The time (UTC) when the token expires. After this timestamp, the token will no longer be valid for authentication.
- Parameters:
expirationTime- The time (UTC) when the token expires. After this timestamp, the token will no longer be valid for authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-