public static class DiscoverExternalExadataInfrastructureDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public DiscoverExternalExadataInfrastructureDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic DiscoverExternalExadataInfrastructureDetails.Builder discoveryType(DiscoverExternalExadataInfrastructureDetails.DiscoveryType discoveryType)
The type of discovery.
discoveryType
- the value to setpublic DiscoverExternalExadataInfrastructureDetails.Builder dbSystemIds(List<String> dbSystemIds)
The list of the DB system identifiers.
dbSystemIds
- the value to setpublic DiscoverExternalExadataInfrastructureDetails.Builder exadataInfrastructureId(String exadataInfrastructureId)
The OCID of the Exadata infrastructure. This is applicable for rediscovery only.
exadataInfrastructureId
- the value to setpublic DiscoverExternalExadataInfrastructureDetails build()
public DiscoverExternalExadataInfrastructureDetails.Builder copy(DiscoverExternalExadataInfrastructureDetails model)
Copyright © 2016–2024. All rights reserved.