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