public static class RequestSummarizedJavaDownloadCountsDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public RequestSummarizedJavaDownloadCountsDetails.Builder compartmentId(String compartmentId)
The compartment OCID here should be the tenancy OCID.
compartmentId
- the value to setpublic RequestSummarizedJavaDownloadCountsDetails.Builder groupAs(JavaDownloadCountAggregationType groupAs)
The property that specifies the aggregation type for the download counts.
groupAs
- the value to setpublic RequestSummarizedJavaDownloadCountsDetails.Builder familyVersion(String familyVersion)
Unique Java family version identifier.
familyVersion
- the value to setpublic RequestSummarizedJavaDownloadCountsDetails.Builder releaseVersion(String releaseVersion)
Unique Java release version identifier.
releaseVersion
- the value to setpublic RequestSummarizedJavaDownloadCountsDetails.Builder timeStart(Date timeStart)
The start time from when download data has to be included (formatted according to RFC3339).
timeStart
- the value to setpublic RequestSummarizedJavaDownloadCountsDetails.Builder timeEnd(Date timeEnd)
The end time until when the download data has to be included (formatted according to RFC3339).
timeEnd
- the value to setpublic RequestSummarizedJavaDownloadCountsDetails.Builder sortBy(AggregationSortBy sortBy)
The property to be used for sorting the aggregated report.
sortBy
- the value to setpublic RequestSummarizedJavaDownloadCountsDetails.Builder sortOrder(SortOrder sortOrder)
The sort order for the aggregated report.
sortOrder
- the value to setpublic RequestSummarizedJavaDownloadCountsDetails.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic RequestSummarizedJavaDownloadCountsDetails.Builder page(String page)
The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous call.
page
- the value to setpublic RequestSummarizedJavaDownloadCountsDetails build()
public RequestSummarizedJavaDownloadCountsDetails.Builder copy(RequestSummarizedJavaDownloadCountsDetails model)
Copyright © 2016–2024. All rights reserved.