public static interface GetAuthorizationTokenResponse.Builder extends CodeartifactResponse.Builder, SdkPojo, CopyableBuilder<GetAuthorizationTokenResponse.Builder,GetAuthorizationTokenResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAuthorizationTokenResponse.Builder |
authorizationToken(String authorizationToken)
The returned authentication token.
|
GetAuthorizationTokenResponse.Builder |
expiration(Instant expiration)
A timestamp that specifies the date and time the authorization token expires.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAuthorizationTokenResponse.Builder authorizationToken(String authorizationToken)
The returned authentication token.
authorizationToken - The returned authentication token.GetAuthorizationTokenResponse.Builder expiration(Instant expiration)
A timestamp that specifies the date and time the authorization token expires.
expiration - A timestamp that specifies the date and time the authorization token expires.Copyright © 2023. All rights reserved.