public static class CreateDbFsuCollectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDbFsuCollectionDetails |
build() |
CreateDbFsuCollectionDetails.Builder |
compartmentId(String compartmentId) |
CreateDbFsuCollectionDetails.Builder |
copy(CreateDbFsuCollectionDetails model) |
CreateDbFsuCollectionDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
CreateDbFsuCollectionDetails.Builder |
displayName(String displayName) |
CreateDbFsuCollectionDetails.Builder |
fleetDiscovery(DbFleetDiscoveryDetails fleetDiscovery) |
CreateDbFsuCollectionDetails.Builder |
freeformTags(Map<String,String> freeformTags) |
CreateDbFsuCollectionDetails.Builder |
serviceType(CollectionServiceTypes serviceType) |
CreateDbFsuCollectionDetails.Builder |
sourceMajorVersion(DbSourceMajorVersions sourceMajorVersion)
Database Major Version of targets to be included in the Exadata Fleet Update Collection.
|
public CreateDbFsuCollectionDetails.Builder displayName(String displayName)
public CreateDbFsuCollectionDetails.Builder serviceType(CollectionServiceTypes serviceType)
public CreateDbFsuCollectionDetails.Builder compartmentId(String compartmentId)
public CreateDbFsuCollectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateDbFsuCollectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateDbFsuCollectionDetails.Builder sourceMajorVersion(DbSourceMajorVersions sourceMajorVersion)
Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
sourceMajorVersion
- the value to setpublic CreateDbFsuCollectionDetails.Builder fleetDiscovery(DbFleetDiscoveryDetails fleetDiscovery)
public CreateDbFsuCollectionDetails build()
public CreateDbFsuCollectionDetails.Builder copy(CreateDbFsuCollectionDetails model)
Copyright © 2016–2024. All rights reserved.