public static class GetTransferPackageRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetTransferPackageRequest |
build()
Build the instance of GetTransferPackageRequest as configured by this builder
|
GetTransferPackageRequest |
buildWithoutInvocationCallback() |
GetTransferPackageRequest.Builder |
copy(GetTransferPackageRequest o)
Copy method to populate the builder with values from the given instance.
|
GetTransferPackageRequest.Builder |
id(String id) |
GetTransferPackageRequest.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.
|
GetTransferPackageRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
GetTransferPackageRequest.Builder |
transferPackageLabel(String transferPackageLabel) |
public GetTransferPackageRequest.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 GetTransferPackageRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetTransferPackageRequest.Builder copy(GetTransferPackageRequest o)
Copy method to populate the builder with values from the given instance.
public GetTransferPackageRequest build()
Build the instance of GetTransferPackageRequest 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 GetTransferPackageRequest.Builder id(String id)
public GetTransferPackageRequest.Builder transferPackageLabel(String transferPackageLabel)
public GetTransferPackageRequest buildWithoutInvocationCallback()
Copyright © 2016–2020. All rights reserved.