public static class CreateAuthTokenDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateAuthTokenDetails |
build() |
CreateAuthTokenDetails.Builder |
copy(CreateAuthTokenDetails o) |
CreateAuthTokenDetails.Builder |
description(String description)
The description you assign to the auth token during creation.
|
public CreateAuthTokenDetails.Builder description(String description)
The description you assign to the auth token during creation. Does not have to be unique, and it’s changeable.
(For tenancies that support identity domains) You can have an empty description.
description
- the value to setpublic CreateAuthTokenDetails build()
public CreateAuthTokenDetails.Builder copy(CreateAuthTokenDetails o)
Copyright © 2016–2022. All rights reserved.