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