Package com.oracle.bmc.identity.model
Class UIPasswordInformation.Builder
- java.lang.Object
- 
- com.oracle.bmc.identity.model.UIPasswordInformation.Builder
 
- 
- Enclosing class:
- UIPasswordInformation
 
 public static class UIPasswordInformation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UIPasswordInformationbuild()UIPasswordInformation.Buildercopy(UIPasswordInformation model)UIPasswordInformation.BuilderlifecycleState(UIPasswordInformation.LifecycleState lifecycleState)The password’s current state.UIPasswordInformation.BuildertimeCreated(Date timeCreated)Date and time the password was created, in the format defined by RFC3339.UIPasswordInformation.BuilderuserId(String userId)The OCID of the user.
 
- 
- 
- 
Method Detail- 
userIdpublic UIPasswordInformation.Builder userId(String userId) The OCID of the user.- Parameters:
- userId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic UIPasswordInformation.Builder timeCreated(Date timeCreated) Date and time the password was created, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic UIPasswordInformation.Builder lifecycleState(UIPasswordInformation.LifecycleState lifecycleState) The password’s current state.After creating a password, make sure its lifecycleState changes from CREATING to ACTIVE before using it. - Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
buildpublic UIPasswordInformation build() 
 - 
copypublic UIPasswordInformation.Builder copy(UIPasswordInformation model) 
 
- 
 
-