Package com.oracle.bmc.opsi.model
Class DownloadOperationsInsightsWarehouseWalletDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.DownloadOperationsInsightsWarehouseWalletDetails.Builder
 
- 
- Enclosing class:
- DownloadOperationsInsightsWarehouseWalletDetails
 
 public static class DownloadOperationsInsightsWarehouseWalletDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadOperationsInsightsWarehouseWalletDetailsbuild()DownloadOperationsInsightsWarehouseWalletDetails.Buildercopy(DownloadOperationsInsightsWarehouseWalletDetails model)DownloadOperationsInsightsWarehouseWalletDetails.BuilderoperationsInsightsWarehouseWalletPassword(String operationsInsightsWarehouseWalletPassword)User provided ADW wallet password for the Ops Insights Warehouse.
 
- 
- 
- 
Method Detail- 
operationsInsightsWarehouseWalletPasswordpublic DownloadOperationsInsightsWarehouseWalletDetails.Builder operationsInsightsWarehouseWalletPassword(String operationsInsightsWarehouseWalletPassword) User provided ADW wallet password for the Ops Insights Warehouse.- Parameters:
- operationsInsightsWarehouseWalletPassword- the value to set
- Returns:
- this builder
 
 - 
buildpublic DownloadOperationsInsightsWarehouseWalletDetails build() 
 - 
copypublic DownloadOperationsInsightsWarehouseWalletDetails.Builder copy(DownloadOperationsInsightsWarehouseWalletDetails model) 
 
- 
 
-