Class GetJobLogRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.requests.GetJobLogRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<GetJobLogRequest,Void>
 - Enclosing class:
- GetJobLogRequest
 
 public static class GetJobLogRequest.Builder extends Object implements BmcRequest.Builder<GetJobLogRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetJobLogRequestbuild()Build the instance of GetJobLogRequest as configured by this builderGetJobLogRequestbuildWithoutInvocationCallback()Build the instance of GetJobLogRequest as configured by this builderGetJobLogRequest.BuildercatalogId(String catalogId)Unique catalog identifier.GetJobLogRequest.Buildercopy(GetJobLogRequest o)Copy method to populate the builder with values from the given instance.GetJobLogRequest.Builderfields(GetJobLogRequest.Fields singularValue)Singular setter.GetJobLogRequest.Builderfields(List<GetJobLogRequest.Fields> fields)Specifies the fields to return in a job log response.GetJobLogRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.GetJobLogRequest.BuilderjobExecutionKey(String jobExecutionKey)The key of the job execution.GetJobLogRequest.BuilderjobKey(String jobKey)Unique job key.GetJobLogRequest.BuilderjobLogKey(String jobLogKey)Unique job log key.GetJobLogRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.GetJobLogRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
catalogIdpublic GetJobLogRequest.Builder catalogId(String catalogId) Unique catalog identifier.- Parameters:
- catalogId- the value to set
- Returns:
- this builder instance
 
 - 
jobKeypublic GetJobLogRequest.Builder jobKey(String jobKey) Unique job key.- Parameters:
- jobKey- the value to set
- Returns:
- this builder instance
 
 - 
jobExecutionKeypublic GetJobLogRequest.Builder jobExecutionKey(String jobExecutionKey) The key of the job execution.- Parameters:
- jobExecutionKey- the value to set
- Returns:
- this builder instance
 
 - 
jobLogKeypublic GetJobLogRequest.Builder jobLogKey(String jobLogKey) Unique job log key.- Parameters:
- jobLogKey- the value to set
- Returns:
- this builder instance
 
 - 
fieldspublic GetJobLogRequest.Builder fields(List<GetJobLogRequest.Fields> fields) Specifies the fields to return in a job log response.- Parameters:
- fields- the value to set
- Returns:
- this builder instance
 
 - 
fieldspublic GetJobLogRequest.Builder fields(GetJobLogRequest.Fields singularValue) Singular setter.Specifies the fields to return in a job log response. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic GetJobLogRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic GetJobLogRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) Set the invocation callback for the request to be built.- Parameters:
- invocationCallback- the invocation callback to be set for the request
- Returns:
- this builder instance
 
 - 
retryConfigurationpublic GetJobLogRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration) Set the retry configuration for the request to be built.- Parameters:
- retryConfiguration- the retry configuration to be used for the request
- Returns:
- this builder instance
 
 - 
copypublic GetJobLogRequest.Builder copy(GetJobLogRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<GetJobLogRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetJobLogRequest build() Build the instance of GetJobLogRequest as configured by this builderNote that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance. - Specified by:
- buildin interface- BmcRequest.Builder<GetJobLogRequest,Void>
- Returns:
- instance of GetJobLogRequest
 
 - 
buildWithoutInvocationCallbackpublic GetJobLogRequest buildWithoutInvocationCallback() Build the instance of GetJobLogRequest as configured by this builderNote that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of GetJobLogRequest
 
 
- 
 
-