public static class UIPasswordInformation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UIPasswordInformation |
build() |
UIPasswordInformation.Builder |
copy(UIPasswordInformation model) |
UIPasswordInformation.Builder |
lifecycleState(UIPasswordInformation.LifecycleState lifecycleState)
The password’s current state.
|
UIPasswordInformation.Builder |
timeCreated(Date timeCreated)
Date and time the password was created, in the format defined by RFC3339.
|
UIPasswordInformation.Builder |
userId(String userId)
The OCID of the user.
|
public UIPasswordInformation.Builder userId(String userId)
The OCID of the user.
userId
- the value to setpublic 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
timeCreated
- the value to setpublic 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.
lifecycleState
- the value to setpublic UIPasswordInformation build()
public UIPasswordInformation.Builder copy(UIPasswordInformation model)
Copyright © 2016–2024. All rights reserved.