public static interface AssumeImpersonationRoleResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<AssumeImpersonationRoleResponse.Builder,AssumeImpersonationRoleResponse>
| Modifier and Type | Method and Description |
|---|---|
AssumeImpersonationRoleResponse.Builder |
expiresIn(Long expiresIn)
The authentication token's validity, in seconds.
|
AssumeImpersonationRoleResponse.Builder |
token(String token)
The authentication token for the impersonation role.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssumeImpersonationRoleResponse.Builder token(String token)
The authentication token for the impersonation role.
token - The authentication token for the impersonation role.AssumeImpersonationRoleResponse.Builder expiresIn(Long expiresIn)
The authentication token's validity, in seconds.
expiresIn - The authentication token's validity, in seconds.Copyright © 2022. All rights reserved.