public static class GetLogAnalyticsEntityResponse.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
GetLogAnalyticsEntityResponse.Builder |
__httpStatusCode__(int __httpStatusCode__)
HTTP status code returned by the operation.
|
GetLogAnalyticsEntityResponse |
build() |
GetLogAnalyticsEntityResponse.Builder |
copy(GetLogAnalyticsEntityResponse o)
Copy method to populate the builder with values from the given instance.
|
GetLogAnalyticsEntityResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetLogAnalyticsEntityResponse.Builder |
logAnalyticsEntity(LogAnalyticsEntity logAnalyticsEntity)
The returned LogAnalyticsEntity instance.
|
GetLogAnalyticsEntityResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public GetLogAnalyticsEntityResponse.Builder copy(GetLogAnalyticsEntityResponse o)
Copy method to populate the builder with values from the given instance.
public GetLogAnalyticsEntityResponse.Builder __httpStatusCode__(int __httpStatusCode__)
HTTP status code returned by the operation.
this.public GetLogAnalyticsEntityResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match.
this.public GetLogAnalyticsEntityResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
this.public GetLogAnalyticsEntityResponse.Builder logAnalyticsEntity(LogAnalyticsEntity logAnalyticsEntity)
The returned LogAnalyticsEntity instance.
this.public GetLogAnalyticsEntityResponse build()
Copyright © 2016–2021. All rights reserved.