Package com.oracle.bmc.identity.model
Class CreateAuthTokenDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.model.CreateAuthTokenDetails.Builder
-
- Enclosing class:
- CreateAuthTokenDetails
public static class CreateAuthTokenDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateAuthTokenDetails
build()
CreateAuthTokenDetails.Builder
copy(CreateAuthTokenDetails model)
CreateAuthTokenDetails.Builder
description(String description)
The description you assign to the auth token during creation.
-
-
-
Method Detail
-
description
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.
- Parameters:
description
- the value to set- Returns:
- this builder
-
build
public CreateAuthTokenDetails build()
-
copy
public CreateAuthTokenDetails.Builder copy(CreateAuthTokenDetails model)
-
-