Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
static CustomerSecretKey.Builder |
CustomerSecretKey.builder()
Create a new builder.
|
CustomerSecretKey.Builder |
CustomerSecretKey.Builder.copy(CustomerSecretKey model) |
CustomerSecretKey.Builder |
CustomerSecretKey.Builder.displayName(String displayName)
The display name you assign to the secret key.
|
CustomerSecretKey.Builder |
CustomerSecretKey.Builder.id(String id)
The access key portion of the key pair.
|
CustomerSecretKey.Builder |
CustomerSecretKey.Builder.inactiveStatus(Long inactiveStatus)
The detailed status of INACTIVE lifecycleState.
|
CustomerSecretKey.Builder |
CustomerSecretKey.Builder.key(String key)
The secret key.
|
CustomerSecretKey.Builder |
CustomerSecretKey.Builder.lifecycleState(CustomerSecretKey.LifecycleState lifecycleState)
The secret key’s current state.
|
CustomerSecretKey.Builder |
CustomerSecretKey.Builder.timeCreated(Date timeCreated)
Date and time the
CustomerSecretKey object was created, in the format defined by
RFC3339. |
CustomerSecretKey.Builder |
CustomerSecretKey.Builder.timeExpires(Date timeExpires)
Date and time when this password will expire, in the format defined by RFC3339.
|
CustomerSecretKey.Builder |
CustomerSecretKey.toBuilder() |
CustomerSecretKey.Builder |
CustomerSecretKey.Builder.userId(String userId)
The OCID of the user the password belongs to.
|
Copyright © 2016–2024. All rights reserved.