Class RequestSummarizedJavaDownloadCountsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.jmsjavadownloads.requests.RequestSummarizedJavaDownloadCountsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<RequestSummarizedJavaDownloadCountsRequest,RequestSummarizedJavaDownloadCountsDetails>
 - Enclosing class:
- RequestSummarizedJavaDownloadCountsRequest
 
 public static class RequestSummarizedJavaDownloadCountsRequest.Builder extends Object implements BmcRequest.Builder<RequestSummarizedJavaDownloadCountsRequest,RequestSummarizedJavaDownloadCountsDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestSummarizedJavaDownloadCountsRequest.Builderbody$(RequestSummarizedJavaDownloadCountsDetails body)Alternative setter for the body parameter.RequestSummarizedJavaDownloadCountsRequestbuild()Build the instance of RequestSummarizedJavaDownloadCountsRequest as configured by this builderRequestSummarizedJavaDownloadCountsRequestbuildWithoutInvocationCallback()Build the instance of RequestSummarizedJavaDownloadCountsRequest as configured by this builderRequestSummarizedJavaDownloadCountsRequest.Buildercopy(RequestSummarizedJavaDownloadCountsRequest o)Copy method to populate the builder with values from the given instance.RequestSummarizedJavaDownloadCountsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.RequestSummarizedJavaDownloadCountsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.RequestSummarizedJavaDownloadCountsRequest.BuilderrequestSummarizedJavaDownloadCountsDetails(RequestSummarizedJavaDownloadCountsDetails requestSummarizedJavaDownloadCountsDetails)Details for retreiving the summary of download counts.RequestSummarizedJavaDownloadCountsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
requestSummarizedJavaDownloadCountsDetailspublic RequestSummarizedJavaDownloadCountsRequest.Builder requestSummarizedJavaDownloadCountsDetails(RequestSummarizedJavaDownloadCountsDetails requestSummarizedJavaDownloadCountsDetails) Details for retreiving the summary of download counts.- Parameters:
- requestSummarizedJavaDownloadCountsDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic RequestSummarizedJavaDownloadCountsRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic RequestSummarizedJavaDownloadCountsRequest.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 RequestSummarizedJavaDownloadCountsRequest.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 RequestSummarizedJavaDownloadCountsRequest.Builder copy(RequestSummarizedJavaDownloadCountsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<RequestSummarizedJavaDownloadCountsRequest,RequestSummarizedJavaDownloadCountsDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic RequestSummarizedJavaDownloadCountsRequest build() Build the instance of RequestSummarizedJavaDownloadCountsRequest 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<RequestSummarizedJavaDownloadCountsRequest,RequestSummarizedJavaDownloadCountsDetails>
- Returns:
- instance of RequestSummarizedJavaDownloadCountsRequest
 
 - 
body$public RequestSummarizedJavaDownloadCountsRequest.Builder body$(RequestSummarizedJavaDownloadCountsDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<RequestSummarizedJavaDownloadCountsRequest,RequestSummarizedJavaDownloadCountsDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic RequestSummarizedJavaDownloadCountsRequest buildWithoutInvocationCallback() Build the instance of RequestSummarizedJavaDownloadCountsRequest 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 RequestSummarizedJavaDownloadCountsRequest
 
 
- 
 
-