Package com.oracle.bmc.database.requests
Class ListSystemVersionMinorVersionsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.database.requests.ListSystemVersionMinorVersionsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListSystemVersionMinorVersionsRequest,Void>
- Enclosing class:
- ListSystemVersionMinorVersionsRequest
public static class ListSystemVersionMinorVersionsRequest.Builder extends Object implements BmcRequest.Builder<ListSystemVersionMinorVersionsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSystemVersionMinorVersionsRequestbuild()Build the instance of ListSystemVersionMinorVersionsRequest as configured by this builderListSystemVersionMinorVersionsRequestbuildWithoutInvocationCallback()Build the instance of ListSystemVersionMinorVersionsRequest as configured by this builderListSystemVersionMinorVersionsRequest.BuildercompartmentId(String compartmentId)The compartment OCID.ListSystemVersionMinorVersionsRequest.Buildercopy(ListSystemVersionMinorVersionsRequest o)Copy method to populate the builder with values from the given instance.ListSystemVersionMinorVersionsRequest.BuildergiVersion(String giVersion)Specifies gi version query parameter.ListSystemVersionMinorVersionsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListSystemVersionMinorVersionsRequest.BuilderisLatest(Boolean isLatest)If provided, return highest versions from each major version family.ListSystemVersionMinorVersionsRequest.Builderlimit(Integer limit)The maximum number of items to return per page.ListSystemVersionMinorVersionsRequest.BuildermajorVersion(String majorVersion)The System major version.ListSystemVersionMinorVersionsRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.ListSystemVersionMinorVersionsRequest.Builderpage(String page)The pagination token to continue listing from.ListSystemVersionMinorVersionsRequest.BuilderresourceId(String resourceId)If provided, filters the results for the specified resource Id.ListSystemVersionMinorVersionsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListSystemVersionMinorVersionsRequest.Buildershape(String shape)If provided, filters the results for the given shape.ListSystemVersionMinorVersionsRequest.BuildersortOrder(ListSystemVersionMinorVersionsRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).-
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
-
majorVersion
public ListSystemVersionMinorVersionsRequest.Builder majorVersion(String majorVersion)
The System major version.- Parameters:
majorVersion- the value to set- Returns:
- this builder instance
-
compartmentId
public ListSystemVersionMinorVersionsRequest.Builder compartmentId(String compartmentId)
The compartment OCID.- Parameters:
compartmentId- the value to set- Returns:
- this builder instance
-
giVersion
public ListSystemVersionMinorVersionsRequest.Builder giVersion(String giVersion)
Specifies gi version query parameter.- Parameters:
giVersion- the value to set- Returns:
- this builder instance
-
limit
public ListSystemVersionMinorVersionsRequest.Builder limit(Integer limit)
The maximum number of items to return per page.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListSystemVersionMinorVersionsRequest.Builder page(String page)
The pagination token to continue listing from.- Parameters:
page- the value to set- Returns:
- this builder instance
-
sortOrder
public ListSystemVersionMinorVersionsRequest.Builder sortOrder(ListSystemVersionMinorVersionsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListSystemVersionMinorVersionsRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
shape
public ListSystemVersionMinorVersionsRequest.Builder shape(String shape)
If provided, filters the results for the given shape.- Parameters:
shape- the value to set- Returns:
- this builder instance
-
resourceId
public ListSystemVersionMinorVersionsRequest.Builder resourceId(String resourceId)
If provided, filters the results for the specified resource Id.- Parameters:
resourceId- the value to set- Returns:
- this builder instance
-
isLatest
public ListSystemVersionMinorVersionsRequest.Builder isLatest(Boolean isLatest)
If provided, return highest versions from each major version family.- Parameters:
isLatest- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListSystemVersionMinorVersionsRequest.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 ListSystemVersionMinorVersionsRequest.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 ListSystemVersionMinorVersionsRequest.Builder copy(ListSystemVersionMinorVersionsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListSystemVersionMinorVersionsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListSystemVersionMinorVersionsRequest build()
Build the instance of ListSystemVersionMinorVersionsRequest 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<ListSystemVersionMinorVersionsRequest,Void>- Returns:
- instance of ListSystemVersionMinorVersionsRequest
-
buildWithoutInvocationCallback
public ListSystemVersionMinorVersionsRequest buildWithoutInvocationCallback()
Build the instance of ListSystemVersionMinorVersionsRequest 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 ListSystemVersionMinorVersionsRequest
-
-