Package com.oracle.bmc.database.requests
Class ListContainerDatabasePatchesRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.database.requests.ListContainerDatabasePatchesRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListContainerDatabasePatchesRequest,Void>
- Enclosing class:
- ListContainerDatabasePatchesRequest
public static class ListContainerDatabasePatchesRequest.Builder extends Object implements BmcRequest.Builder<ListContainerDatabasePatchesRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListContainerDatabasePatchesRequest.Builder
autonomousContainerDatabaseId(String autonomousContainerDatabaseId)
The Autonomous Container Database OCID.ListContainerDatabasePatchesRequest.Builder
autonomousPatchType(ListContainerDatabasePatchesRequest.AutonomousPatchType autonomousPatchType)
Autonomous patch type, either “QUARTERLY” or “TIMEZONE”.ListContainerDatabasePatchesRequest
build()
Build the instance of ListContainerDatabasePatchesRequest as configured by this builderListContainerDatabasePatchesRequest
buildWithoutInvocationCallback()
Build the instance of ListContainerDatabasePatchesRequest as configured by this builderListContainerDatabasePatchesRequest.Builder
compartmentId(String compartmentId)
The compartment OCID.ListContainerDatabasePatchesRequest.Builder
copy(ListContainerDatabasePatchesRequest o)
Copy method to populate the builder with values from the given instance.ListContainerDatabasePatchesRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListContainerDatabasePatchesRequest.Builder
limit(Integer limit)
The maximum number of items to return per page.ListContainerDatabasePatchesRequest.Builder
page(String page)
The pagination token to continue listing from.ListContainerDatabasePatchesRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.-
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
-
autonomousContainerDatabaseId
public ListContainerDatabasePatchesRequest.Builder autonomousContainerDatabaseId(String autonomousContainerDatabaseId)
The Autonomous Container Database OCID.- Parameters:
autonomousContainerDatabaseId
- the value to set- Returns:
- this builder instance
-
compartmentId
public ListContainerDatabasePatchesRequest.Builder compartmentId(String compartmentId)
The compartment OCID.- Parameters:
compartmentId
- the value to set- Returns:
- this builder instance
-
limit
public ListContainerDatabasePatchesRequest.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 ListContainerDatabasePatchesRequest.Builder page(String page)
The pagination token to continue listing from.- Parameters:
page
- the value to set- Returns:
- this builder instance
-
autonomousPatchType
public ListContainerDatabasePatchesRequest.Builder autonomousPatchType(ListContainerDatabasePatchesRequest.AutonomousPatchType autonomousPatchType)
Autonomous patch type, either “QUARTERLY” or “TIMEZONE”.- Parameters:
autonomousPatchType
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListContainerDatabasePatchesRequest.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 ListContainerDatabasePatchesRequest.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 ListContainerDatabasePatchesRequest.Builder copy(ListContainerDatabasePatchesRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListContainerDatabasePatchesRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListContainerDatabasePatchesRequest build()
Build the instance of ListContainerDatabasePatchesRequest 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:
build
in interfaceBmcRequest.Builder<ListContainerDatabasePatchesRequest,Void>
- Returns:
- instance of ListContainerDatabasePatchesRequest
-
buildWithoutInvocationCallback
public ListContainerDatabasePatchesRequest buildWithoutInvocationCallback()
Build the instance of ListContainerDatabasePatchesRequest 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 ListContainerDatabasePatchesRequest
-
-