Class GetJobLogsResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.responses.GetJobLogsResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<GetJobLogsResponse>
 - Enclosing class:
- GetJobLogsResponse
 
 public static class GetJobLogsResponse.Builder extends Object implements BmcResponse.Builder<GetJobLogsResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetJobLogsResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetJobLogsResponsebuild()Build the response object.GetJobLogsResponse.Buildercopy(GetJobLogsResponse o)Copy method to populate the builder with values from the given instance.GetJobLogsResponse.Builderheaders(Map<String,List<String>> headers)GetJobLogsResponse.Builderitems(List<LogEntry> items)A list of com.oracle.bmc.resourcemanager.model.LogEntry instances.GetJobLogsResponse.BuilderopcNextPage(String opcNextPage)Retrieves the next page of paginated list items.GetJobLogsResponse.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.- 
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 GetJobLogsResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<GetJobLogsResponse>
 
 - 
headerspublic GetJobLogsResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<GetJobLogsResponse>
 
 - 
opcRequestIdpublic GetJobLogsResponse.Builder opcRequestId(String opcRequestId) Unique identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
opcNextPagepublic GetJobLogsResponse.Builder opcNextPage(String opcNextPage) Retrieves the next page of paginated list items.If the opc-next-page header appears in the response, additional pages of results remain. To receive the next page, include the header value in the page param. If the opc-next-page header does not appear in the response, there are no more list items to get. For more information about list pagination, see List Pagination. - Parameters:
- opcNextPage- the value to set
- Returns:
- this builder
 
 - 
itemspublic GetJobLogsResponse.Builder items(List<LogEntry> items) A list of com.oracle.bmc.resourcemanager.model.LogEntry instances.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
copypublic GetJobLogsResponse.Builder copy(GetJobLogsResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<GetJobLogsResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetJobLogsResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<GetJobLogsResponse>
- Returns:
- the response object
 
 
- 
 
-