public static class GetJobExecutionRequest.Builder extends Object implements com.oracle.bmc.requests.BmcRequest.Builder<GetJobExecutionRequest,Void>
| Modifier and Type | Method and Description |
|---|---|
GetJobExecutionRequest |
build()
Build the instance of GetJobExecutionRequest as configured by this builder
|
GetJobExecutionRequest |
buildWithoutInvocationCallback() |
GetJobExecutionRequest.Builder |
copy(GetJobExecutionRequest o)
Copy method to populate the builder with values from the given instance.
|
GetJobExecutionRequest.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.
|
GetJobExecutionRequest.Builder |
jobExecutionId(String jobExecutionId)
The identifier of the job execution.
|
GetJobExecutionRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
GetJobExecutionRequest.Builder |
retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
public GetJobExecutionRequest.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 GetJobExecutionRequest.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 GetJobExecutionRequest.Builder copy(GetJobExecutionRequest o)
Copy method to populate the builder with values from the given instance.
copy in interface com.oracle.bmc.requests.BmcRequest.Builder<GetJobExecutionRequest,Void>public GetJobExecutionRequest build()
Build the instance of GetJobExecutionRequest 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.
build in interface com.oracle.bmc.requests.BmcRequest.Builder<GetJobExecutionRequest,Void>public GetJobExecutionRequest.Builder jobExecutionId(String jobExecutionId)
The identifier of the job execution.
this.public GetJobExecutionRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this.public GetJobExecutionRequest buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.