Package com.atlan.model.admin
Class ApiToken.ApiTokenBuilder<C extends ApiToken,B extends ApiToken.ApiTokenBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.admin.ApiToken.ApiTokenBuilder<C,B>
- Enclosing class:
ApiToken
public abstract static class ApiToken.ApiTokenBuilder<C extends ApiToken,B extends ApiToken.ApiTokenBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) attributes(ApiToken.ApiTokenAttributes attributes) Detailed characteristics of the API token.abstract Cbuild()Unique client identifier (GUID) of the API token.displayName(String displayName) Human-readable name provided when creating the token.Unique identifier (GUID) of the API token.protected abstract Bself()toString()Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
ApiTokenBuilder
public ApiTokenBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFromin classAtlanObject.AtlanObjectBuilder<C extends ApiToken,B extends ApiToken.ApiTokenBuilder<C, B>>
-
id
Unique identifier (GUID) of the API token.- Returns:
this.
-
clientId
Unique client identifier (GUID) of the API token.- Returns:
this.
-
displayName
Human-readable name provided when creating the token.- Returns:
this.
-
attributes
Detailed characteristics of the API token.- Returns:
this.
-
self
- Specified by:
selfin classAtlanObject.AtlanObjectBuilder<C extends ApiToken,B extends ApiToken.ApiTokenBuilder<C, B>>
-
build
- Specified by:
buildin classAtlanObject.AtlanObjectBuilder<C extends ApiToken,B extends ApiToken.ApiTokenBuilder<C, B>>
-
toString
- Overrides:
toStringin classAtlanObject.AtlanObjectBuilder<C extends ApiToken,B extends ApiToken.ApiTokenBuilder<C, B>>
-