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 Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All 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
- 
requestSummarizedJavaDownloadCountsDetails
public RequestSummarizedJavaDownloadCountsRequest.Builder requestSummarizedJavaDownloadCountsDetails(RequestSummarizedJavaDownloadCountsDetails requestSummarizedJavaDownloadCountsDetails)
Details for retreiving the summary of download counts.- Parameters:
 requestSummarizedJavaDownloadCountsDetails- the value to set- Returns:
 - this builder instance
 
 
- 
opcRequestId
public RequestSummarizedJavaDownloadCountsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
 opcRequestId- the value to set- Returns:
 - this builder instance
 
 
- 
invocationCallback
public 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
 
 
- 
retryConfiguration
public 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
 
 
- 
copy
public RequestSummarizedJavaDownloadCountsRequest.Builder copy(RequestSummarizedJavaDownloadCountsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
 copyin interfaceBmcRequest.Builder<RequestSummarizedJavaDownloadCountsRequest,RequestSummarizedJavaDownloadCountsDetails>- Parameters:
 o- other request from which to copy values- Returns:
 - this builder instance
 
 
- 
build
public 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 interfaceBmcRequest.Builder<RequestSummarizedJavaDownloadCountsRequest,RequestSummarizedJavaDownloadCountsDetails>- Returns:
 - instance of RequestSummarizedJavaDownloadCountsRequest
 
 
- 
body$
public RequestSummarizedJavaDownloadCountsRequest.Builder body$(RequestSummarizedJavaDownloadCountsDetails body)
Alternative setter for the body parameter.- Specified by:
 body$in interfaceBmcRequest.Builder<RequestSummarizedJavaDownloadCountsRequest,RequestSummarizedJavaDownloadCountsDetails>- Parameters:
 body- the body parameter- Returns:
 - this builder instance
 
 
- 
buildWithoutInvocationCallback
public 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
 
 
 - 
 
 -