Class DiscoverExternalExadataInfrastructureDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.DiscoverExternalExadataInfrastructureDetails.Builder
-
- Enclosing class:
- DiscoverExternalExadataInfrastructureDetails
public static class DiscoverExternalExadataInfrastructureDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiscoverExternalExadataInfrastructureDetails
build()
DiscoverExternalExadataInfrastructureDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment.DiscoverExternalExadataInfrastructureDetails.Builder
copy(DiscoverExternalExadataInfrastructureDetails model)
DiscoverExternalExadataInfrastructureDetails.Builder
dbSystemIds(List<String> dbSystemIds)
The list of the DB system identifiers.DiscoverExternalExadataInfrastructureDetails.Builder
discoveryType(DiscoverExternalExadataInfrastructureDetails.DiscoveryType discoveryType)
The type of discovery.DiscoverExternalExadataInfrastructureDetails.Builder
exadataInfrastructureId(String exadataInfrastructureId)
The OCID of the Exadata infrastructure.
-
-
-
Method Detail
-
compartmentId
public DiscoverExternalExadataInfrastructureDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
discoveryType
public DiscoverExternalExadataInfrastructureDetails.Builder discoveryType(DiscoverExternalExadataInfrastructureDetails.DiscoveryType discoveryType)
The type of discovery.- Parameters:
discoveryType
- the value to set- Returns:
- this builder
-
dbSystemIds
public DiscoverExternalExadataInfrastructureDetails.Builder dbSystemIds(List<String> dbSystemIds)
The list of the DB system identifiers.- Parameters:
dbSystemIds
- the value to set- Returns:
- this builder
-
exadataInfrastructureId
public 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
-
build
public DiscoverExternalExadataInfrastructureDetails build()
-
copy
public DiscoverExternalExadataInfrastructureDetails.Builder copy(DiscoverExternalExadataInfrastructureDetails model)
-
-