public static class CreateVaultDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateVaultDetails |
build() |
CreateVaultDetails.Builder |
compartmentId(String compartmentId)
OCID of the compartment where the secret containing the credentials will be created.
|
CreateVaultDetails.Builder |
copy(CreateVaultDetails model) |
CreateVaultDetails.Builder |
keyId(String keyId)
OCID of the vault encryption key
|
CreateVaultDetails.Builder |
vaultId(String vaultId)
OCID of the vault
|
public CreateVaultDetails.Builder compartmentId(String compartmentId)
OCID of the compartment where the secret containing the credentials will be created.
compartmentId
- the value to setpublic CreateVaultDetails.Builder vaultId(String vaultId)
OCID of the vault
vaultId
- the value to setpublic CreateVaultDetails.Builder keyId(String keyId)
OCID of the vault encryption key
keyId
- the value to setpublic CreateVaultDetails build()
public CreateVaultDetails.Builder copy(CreateVaultDetails model)
Copyright © 2016–2023. All rights reserved.