| static BdsApiKey.Builder | BdsApiKey. builder() | Create a new builder. | 
| BdsApiKey.Builder | BdsApiKey.Builder. copy(BdsApiKey model) |  | 
| BdsApiKey.Builder | BdsApiKey.Builder. defaultRegion(String defaultRegion) | The name of the region to establish the Object Storage endpoint. | 
| BdsApiKey.Builder | BdsApiKey.Builder. domainOcid(String domainOcid) | Identity domain OCID ,where user is present. | 
| BdsApiKey.Builder | BdsApiKey.Builder. fingerprint(String fingerprint) | The fingerprint that corresponds to the public API key requested. | 
| BdsApiKey.Builder | BdsApiKey.Builder. id(String id) | Identifier of the user’s API key. | 
| BdsApiKey.Builder | BdsApiKey.Builder. keyAlias(String keyAlias) | User friendly identifier used to uniquely differentiate between different API keys. | 
| BdsApiKey.Builder | BdsApiKey.Builder. lifecycleState(BdsApiKey.LifecycleState lifecycleState) | The state of the key. | 
| BdsApiKey.Builder | BdsApiKey.Builder. pemfilepath(String pemfilepath) | The full path and file name of the private key used for authentication. | 
| BdsApiKey.Builder | BdsApiKey.Builder. tenantId(String tenantId) | The OCID of your tenancy. | 
| BdsApiKey.Builder | BdsApiKey.Builder. timeCreated(Date timeCreated) | The time the API key was created, shown as an RFC 3339 formatted datetime string. | 
| BdsApiKey.Builder | BdsApiKey. toBuilder() |  | 
| BdsApiKey.Builder | BdsApiKey.Builder. userId(String userId) | The user OCID for which this API key was created. |