public static class DeploymentWalletsOperationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public DeploymentWalletsOperationSummary.Builder walletOperationId(String walletOperationId)
The UUID of the wallet operation performed by the customer. If provided, this will reference a key which the customer can use to query or search a particular wallet operation
walletOperationId
- the value to setpublic DeploymentWalletsOperationSummary.Builder walletSecretId(String walletSecretId)
The OCID of the customer’s GoldenGate Service Secret. If provided, it references a key that customers will be required to ensure the policies are established to permit GoldenGate to use this Secret.
walletSecretId
- the value to setpublic DeploymentWalletsOperationSummary.Builder deploymentWalletOperationType(DeploymentWalletOperationType deploymentWalletOperationType)
The operation type of the deployment wallet.
deploymentWalletOperationType
- the value to setpublic DeploymentWalletsOperationSummary.Builder deploymentWalletOperationStatus(DeploymentWalletStatus deploymentWalletOperationStatus)
The status of the deployment wallet.
deploymentWalletOperationStatus
- the value to setpublic DeploymentWalletsOperationSummary.Builder timeStarted(Date timeStarted)
The date and time the request was started. The format is defined by
RFC3339, such as 2016-08-25T21:10:29.600Z
.
timeStarted
- the value to setpublic DeploymentWalletsOperationSummary.Builder timeCompleted(Date timeCompleted)
The date and time the request was finished. The format is defined by
RFC3339, such as 2016-08-25T21:10:29.600Z
.
timeCompleted
- the value to setpublic DeploymentWalletsOperationSummary build()
public DeploymentWalletsOperationSummary.Builder copy(DeploymentWalletsOperationSummary model)
Copyright © 2016–2024. All rights reserved.