public static class UpdateLogAnalyticsEntityResponse.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
UpdateLogAnalyticsEntityResponse.Builder |
__httpStatusCode__(int __httpStatusCode__)
HTTP status code returned by the operation.
|
UpdateLogAnalyticsEntityResponse |
build() |
UpdateLogAnalyticsEntityResponse.Builder |
copy(UpdateLogAnalyticsEntityResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateLogAnalyticsEntityResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
UpdateLogAnalyticsEntityResponse.Builder |
logAnalyticsEntity(LogAnalyticsEntity logAnalyticsEntity)
The returned LogAnalyticsEntity instance.
|
UpdateLogAnalyticsEntityResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public UpdateLogAnalyticsEntityResponse.Builder copy(UpdateLogAnalyticsEntityResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateLogAnalyticsEntityResponse.Builder __httpStatusCode__(int __httpStatusCode__)
HTTP status code returned by the operation.
this.public UpdateLogAnalyticsEntityResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match.
this.public UpdateLogAnalyticsEntityResponse.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 UpdateLogAnalyticsEntityResponse.Builder logAnalyticsEntity(LogAnalyticsEntity logAnalyticsEntity)
The returned LogAnalyticsEntity instance.
this.public UpdateLogAnalyticsEntityResponse build()
Copyright © 2016–2021. All rights reserved.