Class CreateGiFsuCollectionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetsoftwareupdate.model.CreateGiFsuCollectionDetails.Builder
 
- 
- Enclosing class:
- CreateGiFsuCollectionDetails
 
 public static class CreateGiFsuCollectionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateGiFsuCollectionDetailsbuild()CreateGiFsuCollectionDetails.BuildercompartmentId(String compartmentId)CreateGiFsuCollectionDetails.Buildercopy(CreateGiFsuCollectionDetails model)CreateGiFsuCollectionDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)CreateGiFsuCollectionDetails.BuilderdisplayName(String displayName)CreateGiFsuCollectionDetails.BuilderfleetDiscovery(GiFleetDiscoveryDetails fleetDiscovery)CreateGiFsuCollectionDetails.BuilderfreeformTags(Map<String,String> freeformTags)CreateGiFsuCollectionDetails.BuilderserviceType(CollectionServiceTypes serviceType)CreateGiFsuCollectionDetails.BuildersourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateGiFsuCollectionDetails.Builder displayName(String displayName) 
 - 
serviceTypepublic CreateGiFsuCollectionDetails.Builder serviceType(CollectionServiceTypes serviceType) 
 - 
compartmentIdpublic CreateGiFsuCollectionDetails.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic CreateGiFsuCollectionDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CreateGiFsuCollectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
sourceMajorVersionpublic CreateGiFsuCollectionDetails.Builder sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion) Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.Only GI targets that match the version specified in this value would be added to the Exadata Fleet Update Collection. - Parameters:
- sourceMajorVersion- the value to set
- Returns:
- this builder
 
 - 
fleetDiscoverypublic CreateGiFsuCollectionDetails.Builder fleetDiscovery(GiFleetDiscoveryDetails fleetDiscovery) 
 - 
buildpublic CreateGiFsuCollectionDetails build() 
 - 
copypublic CreateGiFsuCollectionDetails.Builder copy(CreateGiFsuCollectionDetails model) 
 
- 
 
-