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