Interface GetIdentityCenterAuthTokenResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIdentityCenterAuthTokenResponse.Builder,,GetIdentityCenterAuthTokenResponse> RedshiftServerlessResponse.Builder,SdkBuilder<GetIdentityCenterAuthTokenResponse.Builder,,GetIdentityCenterAuthTokenResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetIdentityCenterAuthTokenResponse
@Mutable
@NotThreadSafe
public static interface GetIdentityCenterAuthTokenResponse.Builder
extends RedshiftServerlessResponse.Builder, SdkPojo, CopyableBuilder<GetIdentityCenterAuthTokenResponse.Builder,GetIdentityCenterAuthTokenResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexpirationTime(Instant expirationTime) The date and time when the Identity Center authentication token expires.The Identity Center authentication token that can be used to access data in the specified workgroups.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.redshiftserverless.model.RedshiftServerlessResponse.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
-
expirationTime
The date and time when the Identity Center authentication token expires.
After this time, a new token must be requested for continued access.
- Parameters:
expirationTime- The date and time when the Identity Center authentication token expires.After this time, a new token must be requested for continued access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
token
The Identity Center authentication token that can be used to access data in the specified workgroups.
This token contains the Identity Center identity information and is encrypted for secure transmission.
- Parameters:
token- The Identity Center authentication token that can be used to access data in the specified workgroups.This token contains the Identity Center identity information and is encrypted for secure transmission.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-