Package com.oracle.bmc.datasafe.model
Class UpdateOnPremConnectorWalletDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.UpdateOnPremConnectorWalletDetails.Builder
 
- 
- Enclosing class:
- UpdateOnPremConnectorWalletDetails
 
 public static class UpdateOnPremConnectorWalletDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateOnPremConnectorWalletDetailsbuild()UpdateOnPremConnectorWalletDetails.Buildercopy(UpdateOnPremConnectorWalletDetails model)UpdateOnPremConnectorWalletDetails.BuilderisUpdate(Boolean isUpdate)Indicates whether to update or not.
 
- 
- 
- 
Method Detail- 
isUpdatepublic UpdateOnPremConnectorWalletDetails.Builder isUpdate(Boolean isUpdate) Indicates whether to update or not.If false, the wallet will not be updated. Default is false. - Parameters:
- isUpdate- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateOnPremConnectorWalletDetails build() 
 - 
copypublic UpdateOnPremConnectorWalletDetails.Builder copy(UpdateOnPremConnectorWalletDetails model) 
 
- 
 
-