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