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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
walletOperationId
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
- Parameters:
walletOperationId
- the value to set- Returns:
- this builder
-
walletSecretId
public 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
-
deploymentWalletOperationType
public DeploymentWalletsOperationSummary.Builder deploymentWalletOperationType(DeploymentWalletOperationType deploymentWalletOperationType)
The operation type of the deployment wallet.- Parameters:
deploymentWalletOperationType
- the value to set- Returns:
- this builder
-
deploymentWalletOperationStatus
public DeploymentWalletsOperationSummary.Builder deploymentWalletOperationStatus(DeploymentWalletStatus deploymentWalletOperationStatus)
The status of the deployment wallet.- Parameters:
deploymentWalletOperationStatus
- the value to set- Returns:
- this builder
-
timeStarted
public 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
-
timeCompleted
public 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
-
build
public DeploymentWalletsOperationSummary build()
-
copy
public DeploymentWalletsOperationSummary.Builder copy(DeploymentWalletsOperationSummary model)
-
-