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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadOperationsInsightsWarehouseWalletDetails
build()
DownloadOperationsInsightsWarehouseWalletDetails.Builder
copy(DownloadOperationsInsightsWarehouseWalletDetails model)
DownloadOperationsInsightsWarehouseWalletDetails.Builder
operationsInsightsWarehouseWalletPassword(String operationsInsightsWarehouseWalletPassword)
User provided ADW wallet password for the Ops Insights Warehouse.
-
-
-
Method Detail
-
operationsInsightsWarehouseWalletPassword
public DownloadOperationsInsightsWarehouseWalletDetails.Builder operationsInsightsWarehouseWalletPassword(String operationsInsightsWarehouseWalletPassword)
User provided ADW wallet password for the Ops Insights Warehouse.- Parameters:
operationsInsightsWarehouseWalletPassword
- the value to set- Returns:
- this builder
-
build
public DownloadOperationsInsightsWarehouseWalletDetails build()
-
copy
public DownloadOperationsInsightsWarehouseWalletDetails.Builder copy(DownloadOperationsInsightsWarehouseWalletDetails model)
-
-