public static class CreateSoftwareSourceResponse.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| 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) |
CreateSoftwareSourceResponse.Builder |
location(String location) |
CreateSoftwareSourceResponse.Builder |
opcRequestId(String opcRequestId) |
CreateSoftwareSourceResponse.Builder |
softwareSource(SoftwareSource softwareSource) |
public CreateSoftwareSourceResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateSoftwareSourceResponse.Builder location(String location)
public CreateSoftwareSourceResponse.Builder opcRequestId(String opcRequestId)
public CreateSoftwareSourceResponse.Builder etag(String etag)
public CreateSoftwareSourceResponse.Builder softwareSource(SoftwareSource softwareSource)
public CreateSoftwareSourceResponse.Builder copy(CreateSoftwareSourceResponse o)
Copy method to populate the builder with values from the given instance.
public CreateSoftwareSourceResponse build()
Copyright © 2016–2022. All rights reserved.