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