Interface GetAuthorizationTokenResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeartifactResponse.Builder, CopyableBuilder<GetAuthorizationTokenResponse.Builder,GetAuthorizationTokenResponse>, SdkBuilder<GetAuthorizationTokenResponse.Builder,GetAuthorizationTokenResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetAuthorizationTokenResponse

  • Method Details

    • authorizationToken

      GetAuthorizationTokenResponse.Builder authorizationToken(String authorizationToken)

      The returned authentication token.

      Parameters:
      authorizationToken - The returned authentication token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expiration

      A timestamp that specifies the date and time the authorization token expires.

      Parameters:
      expiration - A timestamp that specifies the date and time the authorization token expires.
      Returns:
      Returns a reference to this object so that method calls can be chained together.