public static class ExternalExadataStorageConnectorStatus.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalExadataStorageConnectorStatus |
build() |
ExternalExadataStorageConnectorStatus.Builder |
copy(ExternalExadataStorageConnectorStatus model) |
ExternalExadataStorageConnectorStatus.Builder |
errorMessage(String errorMessage)
The error message indicating the reason for failure or
null if the connection was
successful. |
ExternalExadataStorageConnectorStatus.Builder |
id(String id)
The OCID of the
Exadata storage server connector.
|
ExternalExadataStorageConnectorStatus.Builder |
status(ExternalExadataStorageConnectorStatus.Status status)
The connection status of the connector.
|
public ExternalExadataStorageConnectorStatus.Builder id(String id)
The OCID of the Exadata storage server connector.
id
- the value to setpublic ExternalExadataStorageConnectorStatus.Builder status(ExternalExadataStorageConnectorStatus.Status status)
The connection status of the connector.
status
- the value to setpublic ExternalExadataStorageConnectorStatus.Builder errorMessage(String errorMessage)
The error message indicating the reason for failure or null
if the connection was
successful.
errorMessage
- the value to setpublic ExternalExadataStorageConnectorStatus build()
public ExternalExadataStorageConnectorStatus.Builder copy(ExternalExadataStorageConnectorStatus model)
Copyright © 2016–2024. All rights reserved.