Class GuestOsFsuCollectionSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetsoftwareupdate.model.GuestOsFsuCollectionSummary.Builder
-
- Enclosing class:
- GuestOsFsuCollectionSummary
public static class GuestOsFsuCollectionSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public GuestOsFsuCollectionSummary.Builder id(String id)
-
displayName
public GuestOsFsuCollectionSummary.Builder displayName(String displayName)
-
serviceType
public GuestOsFsuCollectionSummary.Builder serviceType(CollectionServiceTypes serviceType)
-
compartmentId
public GuestOsFsuCollectionSummary.Builder compartmentId(String compartmentId)
-
activeFsuCycle
public GuestOsFsuCollectionSummary.Builder activeFsuCycle(ActiveCycleDetails activeFsuCycle)
-
targetCount
public GuestOsFsuCollectionSummary.Builder targetCount(Integer targetCount)
-
timeCreated
public GuestOsFsuCollectionSummary.Builder timeCreated(Date timeCreated)
-
timeUpdated
public GuestOsFsuCollectionSummary.Builder timeUpdated(Date timeUpdated)
-
lifecycleState
public GuestOsFsuCollectionSummary.Builder lifecycleState(CollectionLifecycleStates lifecycleState)
-
lifecycleDetails
public GuestOsFsuCollectionSummary.Builder lifecycleDetails(String lifecycleDetails)
-
lastCompletedFsuCycleId
public GuestOsFsuCollectionSummary.Builder lastCompletedFsuCycleId(String lastCompletedFsuCycleId)
-
freeformTags
public GuestOsFsuCollectionSummary.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public GuestOsFsuCollectionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public GuestOsFsuCollectionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
sourceMajorVersion
public GuestOsFsuCollectionSummary.Builder sourceMajorVersion(GuestOsSourceMajorVersions sourceMajorVersion)
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection.Only Exadata VM Clusters whose ‘systemVersion’ is related to the major version will be added to the Exadata Fleet Update Collection. For more details, refer to Oracle document 2075007.1
- Parameters:
sourceMajorVersion
- the value to set- Returns:
- this builder
-
build
public GuestOsFsuCollectionSummary build()
-
copy
public GuestOsFsuCollectionSummary.Builder copy(GuestOsFsuCollectionSummary model)
-
-