Package com.oracle.bmc.wlms.model
Class MiddlewareBackupPatch.Builder
- java.lang.Object
-
- com.oracle.bmc.wlms.model.MiddlewareBackupPatch.Builder
-
- Enclosing class:
- MiddlewareBackupPatch
public static class MiddlewareBackupPatch.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MiddlewareBackupPatch
build()
MiddlewareBackupPatch.Builder
copy(MiddlewareBackupPatch model)
MiddlewareBackupPatch.Builder
description(String description)
The description of the WebLogic patch.MiddlewareBackupPatch.Builder
displayName(String displayName)
The display name of the WebLogic patch.MiddlewareBackupPatch.Builder
id(String id)
The ID of the WebLogic patch.
-
-
-
Method Detail
-
id
public MiddlewareBackupPatch.Builder id(String id)
The ID of the WebLogic patch.*Note:** Not an [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public MiddlewareBackupPatch.Builder displayName(String displayName)
The display name of the WebLogic patch.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public MiddlewareBackupPatch.Builder description(String description)
The description of the WebLogic patch.- Parameters:
description
- the value to set- Returns:
- this builder
-
build
public MiddlewareBackupPatch build()
-
copy
public MiddlewareBackupPatch.Builder copy(MiddlewareBackupPatch model)
-
-