Class UpdateTablespaceRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.requests.UpdateTablespaceRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateTablespaceRequest,UpdateTablespaceDetails>
 - Enclosing class:
- UpdateTablespaceRequest
 
 public static class UpdateTablespaceRequest.Builder extends Object implements BmcRequest.Builder<UpdateTablespaceRequest,UpdateTablespaceDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTablespaceRequest.Builderbody$(UpdateTablespaceDetails body)Alternative setter for the body parameter.UpdateTablespaceRequestbuild()Build the instance of UpdateTablespaceRequest as configured by this builderUpdateTablespaceRequestbuildWithoutInvocationCallback()Build the instance of UpdateTablespaceRequest as configured by this builderUpdateTablespaceRequest.Buildercopy(UpdateTablespaceRequest o)Copy method to populate the builder with values from the given instance.UpdateTablespaceRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateTablespaceRequest.BuildermanagedDatabaseId(String managedDatabaseId)The OCID of the Managed Database.UpdateTablespaceRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.UpdateTablespaceRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateTablespaceRequest.BuildertablespaceName(String tablespaceName)The name of the tablespace.UpdateTablespaceRequest.BuilderupdateTablespaceDetails(UpdateTablespaceDetails updateTablespaceDetails)The details required to update a tablespace.
 
- 
- 
- 
Method Detail- 
managedDatabaseIdpublic UpdateTablespaceRequest.Builder managedDatabaseId(String managedDatabaseId) The OCID of the Managed Database.- Parameters:
- managedDatabaseId- the value to set
- Returns:
- this builder instance
 
 - 
tablespaceNamepublic UpdateTablespaceRequest.Builder tablespaceName(String tablespaceName) The name of the tablespace.- Parameters:
- tablespaceName- the value to set
- Returns:
- this builder instance
 
 - 
updateTablespaceDetailspublic UpdateTablespaceRequest.Builder updateTablespaceDetails(UpdateTablespaceDetails updateTablespaceDetails) The details required to update a tablespace.- Parameters:
- updateTablespaceDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic UpdateTablespaceRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic UpdateTablespaceRequest.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 UpdateTablespaceRequest.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 UpdateTablespaceRequest.Builder copy(UpdateTablespaceRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateTablespaceRequest,UpdateTablespaceDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateTablespaceRequest build() Build the instance of UpdateTablespaceRequest 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<UpdateTablespaceRequest,UpdateTablespaceDetails>
- Returns:
- instance of UpdateTablespaceRequest
 
 - 
body$public UpdateTablespaceRequest.Builder body$(UpdateTablespaceDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateTablespaceRequest,UpdateTablespaceDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateTablespaceRequest buildWithoutInvocationCallback() Build the instance of UpdateTablespaceRequest 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 UpdateTablespaceRequest
 
 
- 
 
-