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