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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListContainerDatabasePatchesRequest.BuilderautonomousContainerDatabaseId(String autonomousContainerDatabaseId)The Autonomous Container Database OCID.ListContainerDatabasePatchesRequest.BuilderautonomousPatchType(ListContainerDatabasePatchesRequest.AutonomousPatchType autonomousPatchType)Autonomous patch type, either “QUARTERLY” or “TIMEZONE”.ListContainerDatabasePatchesRequestbuild()Build the instance of ListContainerDatabasePatchesRequest as configured by this builderListContainerDatabasePatchesRequestbuildWithoutInvocationCallback()Build the instance of ListContainerDatabasePatchesRequest as configured by this builderListContainerDatabasePatchesRequest.BuildercompartmentId(String compartmentId)The compartment OCID.ListContainerDatabasePatchesRequest.Buildercopy(ListContainerDatabasePatchesRequest o)Copy method to populate the builder with values from the given instance.ListContainerDatabasePatchesRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListContainerDatabasePatchesRequest.Builderlimit(Integer limit)The maximum number of items to return per page.ListContainerDatabasePatchesRequest.Builderpage(String page)The pagination token to continue listing from.ListContainerDatabasePatchesRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
autonomousContainerDatabaseIdpublic ListContainerDatabasePatchesRequest.Builder autonomousContainerDatabaseId(String autonomousContainerDatabaseId) The Autonomous Container Database OCID.- Parameters:
- autonomousContainerDatabaseId- the value to set
- Returns:
- this builder instance
 
 - 
compartmentIdpublic ListContainerDatabasePatchesRequest.Builder compartmentId(String compartmentId) The compartment OCID.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListContainerDatabasePatchesRequest.Builder limit(Integer limit) The maximum number of items to return per page.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListContainerDatabasePatchesRequest.Builder page(String page) The pagination token to continue listing from.- Parameters:
- page- the value to set
- Returns:
- this builder instance
 
 - 
autonomousPatchTypepublic ListContainerDatabasePatchesRequest.Builder autonomousPatchType(ListContainerDatabasePatchesRequest.AutonomousPatchType autonomousPatchType) Autonomous patch type, either “QUARTERLY” or “TIMEZONE”.- Parameters:
- autonomousPatchType- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic 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
 
 - 
retryConfigurationpublic 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
 
 - 
copypublic ListContainerDatabasePatchesRequest.Builder copy(ListContainerDatabasePatchesRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListContainerDatabasePatchesRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic 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:
- buildin interface- BmcRequest.Builder<ListContainerDatabasePatchesRequest,Void>
- Returns:
- instance of ListContainerDatabasePatchesRequest
 
 - 
buildWithoutInvocationCallbackpublic 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
 
 
- 
 
-