Uses of Class
com.oracle.bmc.identity.model.UIPasswordInformation.Builder
-
Packages that use UIPasswordInformation.Builder Package Description com.oracle.bmc.identity.model -
-
Uses of UIPasswordInformation.Builder in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return UIPasswordInformation.Builder Modifier and Type Method Description static UIPasswordInformation.Builder
UIPasswordInformation. builder()
Create a new builder.UIPasswordInformation.Builder
UIPasswordInformation.Builder. copy(UIPasswordInformation model)
UIPasswordInformation.Builder
UIPasswordInformation.Builder. lifecycleState(UIPasswordInformation.LifecycleState lifecycleState)
The password’s current state.UIPasswordInformation.Builder
UIPasswordInformation.Builder. timeCreated(Date timeCreated)
Date and time the password was created, in the format defined by RFC3339.UIPasswordInformation.Builder
UIPasswordInformation. toBuilder()
UIPasswordInformation.Builder
UIPasswordInformation.Builder. userId(String userId)
The OCID of the user.
-