Class DiscoverExternalExadataInfrastructureDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.DiscoverExternalExadataInfrastructureDetails.Builder
 
- 
- Enclosing class:
- DiscoverExternalExadataInfrastructureDetails
 
 public static class DiscoverExternalExadataInfrastructureDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DiscoverExternalExadataInfrastructureDetailsbuild()DiscoverExternalExadataInfrastructureDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment.DiscoverExternalExadataInfrastructureDetails.Buildercopy(DiscoverExternalExadataInfrastructureDetails model)DiscoverExternalExadataInfrastructureDetails.BuilderdbSystemIds(List<String> dbSystemIds)The list of the DB system identifiers.DiscoverExternalExadataInfrastructureDetails.BuilderdiscoveryType(DiscoverExternalExadataInfrastructureDetails.DiscoveryType discoveryType)The type of discovery.DiscoverExternalExadataInfrastructureDetails.BuilderexadataInfrastructureId(String exadataInfrastructureId)The OCID of the Exadata infrastructure.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic DiscoverExternalExadataInfrastructureDetails.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
discoveryTypepublic DiscoverExternalExadataInfrastructureDetails.Builder discoveryType(DiscoverExternalExadataInfrastructureDetails.DiscoveryType discoveryType) The type of discovery.- Parameters:
- discoveryType- the value to set
- Returns:
- this builder
 
 - 
dbSystemIdspublic DiscoverExternalExadataInfrastructureDetails.Builder dbSystemIds(List<String> dbSystemIds) The list of the DB system identifiers.- Parameters:
- dbSystemIds- the value to set
- Returns:
- this builder
 
 - 
exadataInfrastructureIdpublic DiscoverExternalExadataInfrastructureDetails.Builder exadataInfrastructureId(String exadataInfrastructureId) The OCID of the Exadata infrastructure.This is applicable for rediscovery only. - Parameters:
- exadataInfrastructureId- the value to set
- Returns:
- this builder
 
 - 
buildpublic DiscoverExternalExadataInfrastructureDetails build() 
 - 
copypublic DiscoverExternalExadataInfrastructureDetails.Builder copy(DiscoverExternalExadataInfrastructureDetails model) 
 
- 
 
-