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