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