public static class GetLogAnalyticsEntityResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetLogAnalyticsEntityResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetLogAnalyticsEntityResponse |
build()
Build the response object.
|
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.
|
public GetLogAnalyticsEntityResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetLogAnalyticsEntityResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetLogAnalyticsEntityResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
opcRequestId
- the value to setpublic GetLogAnalyticsEntityResponse.Builder logAnalyticsEntity(LogAnalyticsEntity logAnalyticsEntity)
The returned LogAnalyticsEntity instance.
logAnalyticsEntity
- the value to setpublic GetLogAnalyticsEntityResponse.Builder copy(GetLogAnalyticsEntityResponse o)
Copy method to populate the builder with values from the given instance.
public GetLogAnalyticsEntityResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.