public static class CreateChannelResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateChannelResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateChannelResponse |
build() |
CreateChannelResponse.Builder |
channel(Channel channel)
The returned Channel instance.
|
CreateChannelResponse.Builder |
copy(CreateChannelResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateChannelResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateChannelResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateChannelResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request.
|
String |
toString() |
public CreateChannelResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateChannelResponse.Builder copy(CreateChannelResponse o)
Copy method to populate the builder with values from the given instance.
public CreateChannelResponse build()
public CreateChannelResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public CreateChannelResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
this
.public CreateChannelResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
this
.public CreateChannelResponse.Builder channel(Channel channel)
The returned Channel instance.
this
.Copyright © 2016–2022. All rights reserved.