public static class ExportDeploymentWalletDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExportDeploymentWalletDetails |
build() |
ExportDeploymentWalletDetails.Builder |
copy(ExportDeploymentWalletDetails model) |
ExportDeploymentWalletDetails.Builder |
description(String description)
Metadata about this specific object.
|
ExportDeploymentWalletDetails.Builder |
masterEncryptionKeyId(String masterEncryptionKeyId)
Refers to the customer’s master key OCID.
|
ExportDeploymentWalletDetails.Builder |
secretName(String secretName)
Name of the secret with which secret is shown in vault
|
ExportDeploymentWalletDetails.Builder |
vaultId(String vaultId)
Refers to the customer’s vault OCID.
|
public ExportDeploymentWalletDetails.Builder vaultId(String vaultId)
Refers to the customer’s vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
vaultId
- the value to setpublic ExportDeploymentWalletDetails.Builder masterEncryptionKeyId(String masterEncryptionKeyId)
Refers to the customer’s master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.
masterEncryptionKeyId
- the value to setpublic ExportDeploymentWalletDetails.Builder secretName(String secretName)
Name of the secret with which secret is shown in vault
secretName
- the value to setpublic ExportDeploymentWalletDetails.Builder description(String description)
Metadata about this specific object.
description
- the value to setpublic ExportDeploymentWalletDetails build()
public ExportDeploymentWalletDetails.Builder copy(ExportDeploymentWalletDetails model)
Copyright © 2016–2024. All rights reserved.