Class CreateGiFsuCollectionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetsoftwareupdate.model.CreateGiFsuCollectionDetails.Builder
-
- Enclosing class:
- CreateGiFsuCollectionDetails
public static class CreateGiFsuCollectionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateGiFsuCollectionDetails
build()
CreateGiFsuCollectionDetails.Builder
compartmentId(String compartmentId)
CreateGiFsuCollectionDetails.Builder
copy(CreateGiFsuCollectionDetails model)
CreateGiFsuCollectionDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
CreateGiFsuCollectionDetails.Builder
displayName(String displayName)
CreateGiFsuCollectionDetails.Builder
fleetDiscovery(GiFleetDiscoveryDetails fleetDiscovery)
CreateGiFsuCollectionDetails.Builder
freeformTags(Map<String,String> freeformTags)
CreateGiFsuCollectionDetails.Builder
serviceType(CollectionServiceTypes serviceType)
CreateGiFsuCollectionDetails.Builder
sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.
-
-
-
Method Detail
-
displayName
public CreateGiFsuCollectionDetails.Builder displayName(String displayName)
-
serviceType
public CreateGiFsuCollectionDetails.Builder serviceType(CollectionServiceTypes serviceType)
-
compartmentId
public CreateGiFsuCollectionDetails.Builder compartmentId(String compartmentId)
-
freeformTags
public CreateGiFsuCollectionDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateGiFsuCollectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
sourceMajorVersion
public 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
-
fleetDiscovery
public CreateGiFsuCollectionDetails.Builder fleetDiscovery(GiFleetDiscoveryDetails fleetDiscovery)
-
build
public CreateGiFsuCollectionDetails build()
-
copy
public CreateGiFsuCollectionDetails.Builder copy(CreateGiFsuCollectionDetails model)
-
-