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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateOnPremConnectorWalletDetails
build()
UpdateOnPremConnectorWalletDetails.Builder
copy(UpdateOnPremConnectorWalletDetails model)
UpdateOnPremConnectorWalletDetails.Builder
isUpdate(Boolean isUpdate)
Indicates whether to update or not.
-
-
-
Method Detail
-
isUpdate
public 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
-
build
public UpdateOnPremConnectorWalletDetails build()
-
copy
public UpdateOnPremConnectorWalletDetails.Builder copy(UpdateOnPremConnectorWalletDetails model)
-
-