public static class CreateBdsApiKeyDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateBdsApiKeyDetails |
build() |
CreateBdsApiKeyDetails.Builder |
copy(CreateBdsApiKeyDetails model) |
CreateBdsApiKeyDetails.Builder |
defaultRegion(String defaultRegion)
The name of the region to establish the Object Storage endpoint.
|
CreateBdsApiKeyDetails.Builder |
keyAlias(String keyAlias)
User friendly identifier used to uniquely differentiate between different API keys
associated with this Big Data Service cluster.
|
CreateBdsApiKeyDetails.Builder |
passphrase(String passphrase)
Base64 passphrase used to secure the private key which will be created on user behalf.
|
CreateBdsApiKeyDetails.Builder |
userId(String userId)
The OCID of the user for whom this new generated API key pair will be created.
|
public CreateBdsApiKeyDetails.Builder userId(String userId)
The OCID of the user for whom this new generated API key pair will be created.
userId
- the value to setpublic CreateBdsApiKeyDetails.Builder passphrase(String passphrase)
Base64 passphrase used to secure the private key which will be created on user behalf.
passphrase
- the value to setpublic CreateBdsApiKeyDetails.Builder defaultRegion(String defaultRegion)
The name of the region to establish the Object Storage endpoint. See https://docs.oracle.com/en-us/iaas/api/#/en/identity/20160918/Region/ for additional information.
defaultRegion
- the value to setpublic CreateBdsApiKeyDetails.Builder keyAlias(String keyAlias)
User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
keyAlias
- the value to setpublic CreateBdsApiKeyDetails build()
public CreateBdsApiKeyDetails.Builder copy(CreateBdsApiKeyDetails model)
Copyright © 2016–2024. All rights reserved.