Class GiGoalSoftwareComponentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetsoftwareupdate.model.GiGoalSoftwareComponentDetails.Builder
-
- Enclosing class:
- GiGoalSoftwareComponentDetails
public static class GiGoalSoftwareComponentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GiGoalSoftwareComponentDetails
build()
GiGoalSoftwareComponentDetails.Builder
copy(GiGoalSoftwareComponentDetails model)
GiGoalSoftwareComponentDetails.Builder
goalVersionDetails(GiGoalVersionDetails goalVersionDetails)
GiGoalSoftwareComponentDetails.Builder
homePolicy(GiGoalSoftwareComponentDetails.HomePolicy homePolicy)
Goal home policy to use when Staging the Goal Version during patching.GiGoalSoftwareComponentDetails.Builder
newHomePrefix(String newHomePrefix)
Prefix name used for new DB home resources created as part of the Stage Action.
-
-
-
Method Detail
-
goalVersionDetails
public GiGoalSoftwareComponentDetails.Builder goalVersionDetails(GiGoalVersionDetails goalVersionDetails)
-
homePolicy
public GiGoalSoftwareComponentDetails.Builder homePolicy(GiGoalSoftwareComponentDetails.HomePolicy homePolicy)
Goal home policy to use when Staging the Goal Version during patching.CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
- Parameters:
homePolicy
- the value to set- Returns:
- this builder
-
newHomePrefix
public GiGoalSoftwareComponentDetails.Builder newHomePrefix(String newHomePrefix)
Prefix name used for new DB home resources created as part of the Stage Action.Format: <specified_prefix>_
If not specified, a default OCI DB home resource will be generated for the new DB home resources created. - Parameters:
newHomePrefix
- the value to set- Returns:
- this builder
-
build
public GiGoalSoftwareComponentDetails build()
-
copy
public GiGoalSoftwareComponentDetails.Builder copy(GiGoalSoftwareComponentDetails model)
-
-