public static class GetSoftwarePackageRequest.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
GetSoftwarePackageRequest |
build()
Build the instance of GetSoftwarePackageRequest as configured by this builder
|
GetSoftwarePackageRequest |
buildWithoutInvocationCallback() |
GetSoftwarePackageRequest.Builder |
copy(GetSoftwarePackageRequest o)
Copy method to populate the builder with values from the given instance.
|
GetSoftwarePackageRequest.Builder |
invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
GetSoftwarePackageRequest.Builder |
opcRequestId(String opcRequestId) |
GetSoftwarePackageRequest.Builder |
retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
GetSoftwarePackageRequest.Builder |
softwarePackageName(String softwarePackageName) |
GetSoftwarePackageRequest.Builder |
softwareSourceId(String softwareSourceId) |
String |
toString() |
public GetSoftwarePackageRequest.Builder invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback - the invocation callback to be set for the requestpublic GetSoftwarePackageRequest.Builder retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration - the retry configuration to be used for the requestpublic GetSoftwarePackageRequest.Builder copy(GetSoftwarePackageRequest o)
Copy method to populate the builder with values from the given instance.
public GetSoftwarePackageRequest build()
Build the instance of GetSoftwarePackageRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer) into account, while the method buildWithoutInvocationCallback() does not.
This is the preferred method to build an instance.
public GetSoftwarePackageRequest.Builder softwareSourceId(String softwareSourceId)
public GetSoftwarePackageRequest.Builder softwarePackageName(String softwarePackageName)
public GetSoftwarePackageRequest.Builder opcRequestId(String opcRequestId)
public GetSoftwarePackageRequest buildWithoutInvocationCallback()
Copyright © 2016–2020. All rights reserved.