Class GetJobDetailedLogContentResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.responses.GetJobDetailedLogContentResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<GetJobDetailedLogContentResponse>
 - Enclosing class:
- GetJobDetailedLogContentResponse
 
 public static class GetJobDetailedLogContentResponse.Builder extends Object implements BmcResponse.Builder<GetJobDetailedLogContentResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetJobDetailedLogContentResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetJobDetailedLogContentResponsebuild()Build the response object.GetJobDetailedLogContentResponse.Buildercopy(GetJobDetailedLogContentResponse o)Copy method to populate the builder with values from the given instance.GetJobDetailedLogContentResponse.Builderheaders(Map<String,List<String>> headers)GetJobDetailedLogContentResponse.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.GetJobDetailedLogContentResponse.Buildervalue(String value)The returned String instance.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public GetJobDetailedLogContentResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<GetJobDetailedLogContentResponse>
 
 - 
headerspublic GetJobDetailedLogContentResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<GetJobDetailedLogContentResponse>
 
 - 
opcRequestIdpublic GetJobDetailedLogContentResponse.Builder opcRequestId(String opcRequestId) Unique identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
valuepublic GetJobDetailedLogContentResponse.Builder value(String value) The returned String instance.- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
copypublic GetJobDetailedLogContentResponse.Builder copy(GetJobDetailedLogContentResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<GetJobDetailedLogContentResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetJobDetailedLogContentResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<GetJobDetailedLogContentResponse>
- Returns:
- the response object
 
 
- 
 
-