static ApiKey.Builder |
ApiKey.builder() |
Create a new builder.
|
ApiKey.Builder |
ApiKey.Builder.compartmentId(String compartmentId) |
The compartment OCID to create the apiKey in.
|
ApiKey.Builder |
ApiKey.Builder.copy(ApiKey model) |
|
ApiKey.Builder |
ApiKey.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
ApiKey.Builder |
ApiKey.Builder.description(String description) |
An optional description of the Api key.
|
ApiKey.Builder |
ApiKey.Builder.displayName(String displayName) |
A user-friendly name.
|
ApiKey.Builder |
ApiKey.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
ApiKey.Builder |
ApiKey.Builder.id(String id) |
the ApiKey id.
|
ApiKey.Builder |
ApiKey.Builder.keys(List<ApiKeyItem> keys) |
The list of keys.
|
ApiKey.Builder |
ApiKey.Builder.lifecycleDetails(String lifecycleDetails) |
A message describing the current state with detail that can provide actionable
information.
|
ApiKey.Builder |
ApiKey.Builder.lifecycleState(ApiKey.LifecycleState lifecycleState) |
The current state of the API key.
|
ApiKey.Builder |
ApiKey.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
System tags for this resource.
|
ApiKey.Builder |
ApiKey.Builder.timeCreated(Date timeCreated) |
The date and time that the ApiKey was created in the format of an RFC3339 datetime
string.
|
ApiKey.Builder |
ApiKey.Builder.timeUpdated(Date timeUpdated) |
The date and time the ApiKey was updated, in the format defined by RFC 3339.
|
ApiKey.Builder |
ApiKey.toBuilder() |
|