public static class ListJavaReleasesRequest.Builder extends Object implements BmcRequest.Builder<ListJavaReleasesRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListJavaReleasesRequest |
build()
Build the instance of ListJavaReleasesRequest as configured by this builder
|
ListJavaReleasesRequest |
buildWithoutInvocationCallback()
Build the instance of ListJavaReleasesRequest as configured by this builder
|
ListJavaReleasesRequest.Builder |
copy(ListJavaReleasesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListJavaReleasesRequest.Builder |
familyVersion(String familyVersion)
The version identifier for the Java family.
|
ListJavaReleasesRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListJavaReleasesRequest.Builder |
jreSecurityStatus(JreSecurityStatus jreSecurityStatus)
The security status of the Java Runtime.
|
ListJavaReleasesRequest.Builder |
licenseType(LicenseType licenseType)
Java license type.
|
ListJavaReleasesRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListJavaReleasesRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListJavaReleasesRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListJavaReleasesRequest.Builder |
releaseType(ReleaseType releaseType)
Java release type.
|
ListJavaReleasesRequest.Builder |
releaseVersion(String releaseVersion)
Unique Java release version identifier
|
ListJavaReleasesRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListJavaReleasesRequest.Builder |
sortBy(JavaReleaseSortBy sortBy)
If no value is specified releaseDate is default.
|
ListJavaReleasesRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListJavaReleasesRequest.Builder releaseVersion(String releaseVersion)
Unique Java release version identifier
releaseVersion
- the value to setpublic ListJavaReleasesRequest.Builder familyVersion(String familyVersion)
The version identifier for the Java family.
familyVersion
- the value to setpublic ListJavaReleasesRequest.Builder releaseType(ReleaseType releaseType)
Java release type.
releaseType
- the value to setpublic ListJavaReleasesRequest.Builder jreSecurityStatus(JreSecurityStatus jreSecurityStatus)
The security status of the Java Runtime.
jreSecurityStatus
- the value to setpublic ListJavaReleasesRequest.Builder licenseType(LicenseType licenseType)
Java license type.
licenseType
- the value to setpublic ListJavaReleasesRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListJavaReleasesRequest.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 ListJavaReleasesRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic ListJavaReleasesRequest.Builder sortBy(JavaReleaseSortBy sortBy)
If no value is specified releaseDate is default.
sortBy
- the value to setpublic ListJavaReleasesRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListJavaReleasesRequest.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 ListJavaReleasesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListJavaReleasesRequest.Builder copy(ListJavaReleasesRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListJavaReleasesRequest,Void>
o
- other request from which to copy valuespublic ListJavaReleasesRequest build()
Build the instance of ListJavaReleasesRequest 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<ListJavaReleasesRequest,Void>
public ListJavaReleasesRequest buildWithoutInvocationCallback()
Build the instance of ListJavaReleasesRequest 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.