Package com.oracle.bmc.goldengate.model
Class DeploymentWalletsOperationSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.DeploymentWalletsOperationSummary.Builder
 
- 
- Enclosing class:
- DeploymentWalletsOperationSummary
 
 public static class DeploymentWalletsOperationSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
walletOperationIdpublic 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 - Parameters:
- walletOperationId- the value to set
- Returns:
- this builder
 
 - 
walletSecretIdpublic 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. - Parameters:
- walletSecretId- the value to set
- Returns:
- this builder
 
 - 
deploymentWalletOperationTypepublic DeploymentWalletsOperationSummary.Builder deploymentWalletOperationType(DeploymentWalletOperationType deploymentWalletOperationType) The operation type of the deployment wallet.- Parameters:
- deploymentWalletOperationType- the value to set
- Returns:
- this builder
 
 - 
deploymentWalletOperationStatuspublic DeploymentWalletsOperationSummary.Builder deploymentWalletOperationStatus(DeploymentWalletStatus deploymentWalletOperationStatus) The status of the deployment wallet.- Parameters:
- deploymentWalletOperationStatus- the value to set
- Returns:
- this builder
 
 - 
timeStartedpublic 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. - Parameters:
- timeStarted- the value to set
- Returns:
- this builder
 
 - 
timeCompletedpublic 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. - Parameters:
- timeCompleted- the value to set
- Returns:
- this builder
 
 - 
buildpublic DeploymentWalletsOperationSummary build() 
 - 
copypublic DeploymentWalletsOperationSummary.Builder copy(DeploymentWalletsOperationSummary model) 
 
- 
 
-