public static class VaultSecretPasswordDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VaultSecretPasswordDetails |
build() |
VaultSecretPasswordDetails.Builder |
copy(VaultSecretPasswordDetails model) |
VaultSecretPasswordDetails.Builder |
secretId(String secretId)
The OCID of the
secret where the password is stored.
|
VaultSecretPasswordDetails.Builder |
secretVersion(String secretVersion)
The secret version of the stored password.
|
public VaultSecretPasswordDetails.Builder secretId(String secretId)
The OCID of the secret where the password is stored.
secretId
- the value to setpublic VaultSecretPasswordDetails.Builder secretVersion(String secretVersion)
The secret version of the stored password.
secretVersion
- the value to setpublic VaultSecretPasswordDetails build()
public VaultSecretPasswordDetails.Builder copy(VaultSecretPasswordDetails model)
Copyright © 2016–2024. All rights reserved.