Package com.oracle.bmc.database.requests
Class ListGiVersionMinorVersionsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.database.requests.ListGiVersionMinorVersionsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListGiVersionMinorVersionsRequest,Void>
- Enclosing class:
- ListGiVersionMinorVersionsRequest
public static class ListGiVersionMinorVersionsRequest.Builder extends Object implements BmcRequest.Builder<ListGiVersionMinorVersionsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListGiVersionMinorVersionsRequest.BuilderavailabilityDomain(String availabilityDomain)The target availability domain.ListGiVersionMinorVersionsRequestbuild()Build the instance of ListGiVersionMinorVersionsRequest as configured by this builderListGiVersionMinorVersionsRequestbuildWithoutInvocationCallback()Build the instance of ListGiVersionMinorVersionsRequest as configured by this builderListGiVersionMinorVersionsRequest.BuildercompartmentId(String compartmentId)The compartment OCID.ListGiVersionMinorVersionsRequest.Buildercopy(ListGiVersionMinorVersionsRequest o)Copy method to populate the builder with values from the given instance.ListGiVersionMinorVersionsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListGiVersionMinorVersionsRequest.BuilderisGiVersionForProvisioning(Boolean isGiVersionForProvisioning)If true, returns the Grid Infrastructure versions that can be used for provisioning a clusterListGiVersionMinorVersionsRequest.Builderlimit(Integer limit)The maximum number of items to return per page.ListGiVersionMinorVersionsRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.ListGiVersionMinorVersionsRequest.Builderpage(String page)The pagination token to continue listing from.ListGiVersionMinorVersionsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListGiVersionMinorVersionsRequest.Buildershape(String shape)If provided, filters the results for the given shape.ListGiVersionMinorVersionsRequest.BuildershapeFamily(ListGiVersionMinorVersionsRequest.ShapeFamily shapeFamily)If provided, filters the results to the set of database versions which are supported for the given shape family.ListGiVersionMinorVersionsRequest.BuildersortBy(ListGiVersionMinorVersionsRequest.SortBy sortBy)Sort by VERSION.ListGiVersionMinorVersionsRequest.BuildersortOrder(ListGiVersionMinorVersionsRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).ListGiVersionMinorVersionsRequest.Builderversion(String version)The Oracle Grid Infrastructure major version.-
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
-
version
public ListGiVersionMinorVersionsRequest.Builder version(String version)
The Oracle Grid Infrastructure major version.- Parameters:
version- the value to set- Returns:
- this builder instance
-
availabilityDomain
public ListGiVersionMinorVersionsRequest.Builder availabilityDomain(String availabilityDomain)
The target availability domain.Only passed if the limit is AD-specific.
- Parameters:
availabilityDomain- the value to set- Returns:
- this builder instance
-
compartmentId
public ListGiVersionMinorVersionsRequest.Builder compartmentId(String compartmentId)
The compartment OCID.- Parameters:
compartmentId- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListGiVersionMinorVersionsRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
shapeFamily
public ListGiVersionMinorVersionsRequest.Builder shapeFamily(ListGiVersionMinorVersionsRequest.ShapeFamily shapeFamily)
If provided, filters the results to the set of database versions which are supported for the given shape family.- Parameters:
shapeFamily- the value to set- Returns:
- this builder instance
-
isGiVersionForProvisioning
public ListGiVersionMinorVersionsRequest.Builder isGiVersionForProvisioning(Boolean isGiVersionForProvisioning)
If true, returns the Grid Infrastructure versions that can be used for provisioning a cluster- Parameters:
isGiVersionForProvisioning- the value to set- Returns:
- this builder instance
-
shape
public ListGiVersionMinorVersionsRequest.Builder shape(String shape)
If provided, filters the results for the given shape.- Parameters:
shape- the value to set- Returns:
- this builder instance
-
sortBy
public ListGiVersionMinorVersionsRequest.Builder sortBy(ListGiVersionMinorVersionsRequest.SortBy sortBy)
Sort by VERSION.Default order for VERSION is descending.
- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
sortOrder
public ListGiVersionMinorVersionsRequest.Builder sortOrder(ListGiVersionMinorVersionsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
limit
public ListGiVersionMinorVersionsRequest.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 ListGiVersionMinorVersionsRequest.Builder page(String page)
The pagination token to continue listing from.- Parameters:
page- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListGiVersionMinorVersionsRequest.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 ListGiVersionMinorVersionsRequest.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 ListGiVersionMinorVersionsRequest.Builder copy(ListGiVersionMinorVersionsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListGiVersionMinorVersionsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListGiVersionMinorVersionsRequest build()
Build the instance of ListGiVersionMinorVersionsRequest 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<ListGiVersionMinorVersionsRequest,Void>- Returns:
- instance of ListGiVersionMinorVersionsRequest
-
buildWithoutInvocationCallback
public ListGiVersionMinorVersionsRequest buildWithoutInvocationCallback()
Build the instance of ListGiVersionMinorVersionsRequest 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 ListGiVersionMinorVersionsRequest
-
-