public static class ListJavaDownloadRecordsRequest.Builder extends Object implements BmcRequest.Builder<ListJavaDownloadRecordsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListJavaDownloadRecordsRequest.Builder |
architecture(String architecture)
Target Operating System architecture of the artifact.
|
ListJavaDownloadRecordsRequest |
build()
Build the instance of ListJavaDownloadRecordsRequest as configured by this builder
|
ListJavaDownloadRecordsRequest |
buildWithoutInvocationCallback()
Build the instance of ListJavaDownloadRecordsRequest as configured by this builder
|
ListJavaDownloadRecordsRequest.Builder |
compartmentId(String compartmentId)
The OCID of the
tenancy.
|
ListJavaDownloadRecordsRequest.Builder |
copy(ListJavaDownloadRecordsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListJavaDownloadRecordsRequest.Builder |
familyVersion(String familyVersion)
Unique Java family version identifier.
|
ListJavaDownloadRecordsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListJavaDownloadRecordsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListJavaDownloadRecordsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListJavaDownloadRecordsRequest.Builder |
osFamily(String osFamily)
Target Operating System family of the artifact.
|
ListJavaDownloadRecordsRequest.Builder |
packageTypeDetail(String packageTypeDetail)
Packaging type detail of the artifact.
|
ListJavaDownloadRecordsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListJavaDownloadRecordsRequest.Builder |
releaseVersion(String releaseVersion)
Unique Java release version identifier.
|
ListJavaDownloadRecordsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListJavaDownloadRecordsRequest.Builder |
sortBy(JavaDownloadRecordSortBy sortBy)
If no value is specified timeDownloaded is default.
|
ListJavaDownloadRecordsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
|
ListJavaDownloadRecordsRequest.Builder |
timeEnd(Date timeEnd)
The end of the time period for which reports are searched (formatted according to
RFC3339).
|
ListJavaDownloadRecordsRequest.Builder |
timeStart(Date timeStart)
The start of the time period for which reports are searched (formatted according to
RFC3339).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListJavaDownloadRecordsRequest.Builder compartmentId(String compartmentId)
The OCID of the tenancy.
compartmentId
- the value to setpublic ListJavaDownloadRecordsRequest.Builder familyVersion(String familyVersion)
Unique Java family version identifier.
familyVersion
- the value to setpublic ListJavaDownloadRecordsRequest.Builder releaseVersion(String releaseVersion)
Unique Java release version identifier.
releaseVersion
- the value to setpublic ListJavaDownloadRecordsRequest.Builder osFamily(String osFamily)
Target Operating System family of the artifact.
osFamily
- the value to setpublic ListJavaDownloadRecordsRequest.Builder architecture(String architecture)
Target Operating System architecture of the artifact.
architecture
- the value to setpublic ListJavaDownloadRecordsRequest.Builder packageTypeDetail(String packageTypeDetail)
Packaging type detail of the artifact.
packageTypeDetail
- the value to setpublic ListJavaDownloadRecordsRequest.Builder timeStart(Date timeStart)
The start of the time period for which reports are searched (formatted according to RFC3339).
timeStart
- the value to setpublic ListJavaDownloadRecordsRequest.Builder timeEnd(Date timeEnd)
The end of the time period for which reports are searched (formatted according to RFC3339).
timeEnd
- the value to setpublic ListJavaDownloadRecordsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic 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.
page
- the value to setpublic ListJavaDownloadRecordsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic ListJavaDownloadRecordsRequest.Builder sortBy(JavaDownloadRecordSortBy sortBy)
If no value is specified timeDownloaded is default.
sortBy
- the value to setpublic ListJavaDownloadRecordsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListJavaDownloadRecordsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListJavaDownloadRecordsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListJavaDownloadRecordsRequest.Builder copy(ListJavaDownloadRecordsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListJavaDownloadRecordsRequest,Void>
o
- other request from which to copy valuespublic ListJavaDownloadRecordsRequest build()
Build the instance of ListJavaDownloadRecordsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListJavaDownloadRecordsRequest,Void>
public ListJavaDownloadRecordsRequest buildWithoutInvocationCallback()
Build the instance of ListJavaDownloadRecordsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.