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