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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateAuthTokenDetailsbuild()CreateAuthTokenDetails.Buildercopy(CreateAuthTokenDetails model)CreateAuthTokenDetails.Builderdescription(String description)The description you assign to the auth token during creation.
 
- 
- 
- 
Method Detail- 
descriptionpublic 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
 
 - 
buildpublic CreateAuthTokenDetails build() 
 - 
copypublic CreateAuthTokenDetails.Builder copy(CreateAuthTokenDetails model) 
 
- 
 
-