public static interface AccessTokenSummary.Builder extends SdkPojo, CopyableBuilder<AccessTokenSummary.Builder,AccessTokenSummary>
| Modifier and Type | Method and Description |
|---|---|
AccessTokenSummary.Builder |
expiresTime(Instant expiresTime)
The date and time when the personal access token will expire, in coordinated universal time (UTC) timestamp
format as specified in RFC 3339.
|
AccessTokenSummary.Builder |
id(String id)
The system-generated ID of the personal access token.
|
AccessTokenSummary.Builder |
name(String name)
The friendly name of the personal access token.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessTokenSummary.Builder id(String id)
The system-generated ID of the personal access token.
id - The system-generated ID of the personal access token.AccessTokenSummary.Builder name(String name)
The friendly name of the personal access token.
name - The friendly name of the personal access token.AccessTokenSummary.Builder expiresTime(Instant expiresTime)
The date and time when the personal access token will expire, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
expiresTime - The date and time when the personal access token will expire, in coordinated universal time (UTC)
timestamp format as specified in RFC
3339.Copyright © 2022. All rights reserved.