Class ListJavaDownloadRecordsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.jmsjavadownloads.requests.ListJavaDownloadRecordsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListJavaDownloadRecordsRequest,Void>
- Enclosing class:
- ListJavaDownloadRecordsRequest
public static class ListJavaDownloadRecordsRequest.Builder extends Object implements BmcRequest.Builder<ListJavaDownloadRecordsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListJavaDownloadRecordsRequest.Builderarchitecture(String architecture)Target Operating System architecture of the artifact.ListJavaDownloadRecordsRequestbuild()Build the instance of ListJavaDownloadRecordsRequest as configured by this builderListJavaDownloadRecordsRequestbuildWithoutInvocationCallback()Build the instance of ListJavaDownloadRecordsRequest as configured by this builderListJavaDownloadRecordsRequest.BuildercompartmentId(String compartmentId)The OCID of the tenancy.ListJavaDownloadRecordsRequest.Buildercopy(ListJavaDownloadRecordsRequest o)Copy method to populate the builder with values from the given instance.ListJavaDownloadRecordsRequest.BuilderfamilyVersion(String familyVersion)Unique Java family version identifier.ListJavaDownloadRecordsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListJavaDownloadRecordsRequest.Builderlimit(Integer limit)The maximum number of items to return.ListJavaDownloadRecordsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListJavaDownloadRecordsRequest.BuilderosFamily(String osFamily)Target Operating System family of the artifact.ListJavaDownloadRecordsRequest.BuilderpackageTypeDetail(String packageTypeDetail)Packaging type detail of the artifact.ListJavaDownloadRecordsRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListJavaDownloadRecordsRequest.BuilderreleaseVersion(String releaseVersion)Unique Java release version identifier.ListJavaDownloadRecordsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListJavaDownloadRecordsRequest.BuildersortBy(JavaDownloadRecordSortBy sortBy)If no value is specified timeDownloaded is default.ListJavaDownloadRecordsRequest.BuildersortOrder(SortOrder sortOrder)The sort order, either ‘asc’ or ‘desc’.ListJavaDownloadRecordsRequest.BuildertimeEnd(Date timeEnd)The end of the time period for which reports are searched (formatted according to RFC3339).ListJavaDownloadRecordsRequest.BuildertimeStart(Date timeStart)The start of the time period for which reports are searched (formatted according to RFC3339).-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
compartmentId
public ListJavaDownloadRecordsRequest.Builder compartmentId(String compartmentId)
The OCID of the tenancy.- Parameters:
compartmentId- the value to set- Returns:
- this builder instance
-
familyVersion
public ListJavaDownloadRecordsRequest.Builder familyVersion(String familyVersion)
Unique Java family version identifier.- Parameters:
familyVersion- the value to set- Returns:
- this builder instance
-
releaseVersion
public ListJavaDownloadRecordsRequest.Builder releaseVersion(String releaseVersion)
Unique Java release version identifier.- Parameters:
releaseVersion- the value to set- Returns:
- this builder instance
-
osFamily
public ListJavaDownloadRecordsRequest.Builder osFamily(String osFamily)
Target Operating System family of the artifact.- Parameters:
osFamily- the value to set- Returns:
- this builder instance
-
architecture
public ListJavaDownloadRecordsRequest.Builder architecture(String architecture)
Target Operating System architecture of the artifact.- Parameters:
architecture- the value to set- Returns:
- this builder instance
-
packageTypeDetail
public ListJavaDownloadRecordsRequest.Builder packageTypeDetail(String packageTypeDetail)
Packaging type detail of the artifact.- Parameters:
packageTypeDetail- the value to set- Returns:
- this builder instance
-
timeStart
public ListJavaDownloadRecordsRequest.Builder timeStart(Date timeStart)
The start of the time period for which reports are searched (formatted according to RFC3339).- Parameters:
timeStart- the value to set- Returns:
- this builder instance
-
timeEnd
public ListJavaDownloadRecordsRequest.Builder timeEnd(Date timeEnd)
The end of the time period for which reports are searched (formatted according to RFC3339).- Parameters:
timeEnd- the value to set- Returns:
- this builder instance
-
limit
public ListJavaDownloadRecordsRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListJavaDownloadRecordsRequest.Builder page(String page)
The page token representing the page at which to start retrieving results.The token is usually retrieved from a previous list call.
- Parameters:
page- the value to set- Returns:
- this builder instance
-
sortOrder
public ListJavaDownloadRecordsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
sortBy
public ListJavaDownloadRecordsRequest.Builder sortBy(JavaDownloadRecordSortBy sortBy)
If no value is specified timeDownloaded is default.- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListJavaDownloadRecordsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListJavaDownloadRecordsRequest.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 ListJavaDownloadRecordsRequest.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 ListJavaDownloadRecordsRequest.Builder copy(ListJavaDownloadRecordsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListJavaDownloadRecordsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListJavaDownloadRecordsRequest build()
Build the instance of ListJavaDownloadRecordsRequest 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<ListJavaDownloadRecordsRequest,Void>- Returns:
- instance of ListJavaDownloadRecordsRequest
-
buildWithoutInvocationCallback
public ListJavaDownloadRecordsRequest buildWithoutInvocationCallback()
Build the instance of ListJavaDownloadRecordsRequest 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 ListJavaDownloadRecordsRequest
-
-