Class GuestOsFsuCollectionSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetsoftwareupdate.model.GuestOsFsuCollectionSummary.Builder
 
- 
- Enclosing class:
- GuestOsFsuCollectionSummary
 
 public static class GuestOsFsuCollectionSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic GuestOsFsuCollectionSummary.Builder id(String id) 
 - 
displayNamepublic GuestOsFsuCollectionSummary.Builder displayName(String displayName) 
 - 
serviceTypepublic GuestOsFsuCollectionSummary.Builder serviceType(CollectionServiceTypes serviceType) 
 - 
compartmentIdpublic GuestOsFsuCollectionSummary.Builder compartmentId(String compartmentId) 
 - 
activeFsuCyclepublic GuestOsFsuCollectionSummary.Builder activeFsuCycle(ActiveCycleDetails activeFsuCycle) 
 - 
targetCountpublic GuestOsFsuCollectionSummary.Builder targetCount(Integer targetCount) 
 - 
timeCreatedpublic GuestOsFsuCollectionSummary.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic GuestOsFsuCollectionSummary.Builder timeUpdated(Date timeUpdated) 
 - 
lifecycleStatepublic GuestOsFsuCollectionSummary.Builder lifecycleState(CollectionLifecycleStates lifecycleState) 
 - 
lifecycleDetailspublic GuestOsFsuCollectionSummary.Builder lifecycleDetails(String lifecycleDetails) 
 - 
lastCompletedFsuCycleIdpublic GuestOsFsuCollectionSummary.Builder lastCompletedFsuCycleId(String lastCompletedFsuCycleId) 
 - 
freeformTagspublic GuestOsFsuCollectionSummary.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic GuestOsFsuCollectionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic GuestOsFsuCollectionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
sourceMajorVersionpublic 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
 
 - 
buildpublic GuestOsFsuCollectionSummary build() 
 - 
copypublic GuestOsFsuCollectionSummary.Builder copy(GuestOsFsuCollectionSummary model) 
 
- 
 
-