Class GetSqlExecutionPlanRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.requests.GetSqlExecutionPlanRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<GetSqlExecutionPlanRequest,Void>
 - Enclosing class:
- GetSqlExecutionPlanRequest
 
 public static class GetSqlExecutionPlanRequest.Builder extends Object implements BmcRequest.Builder<GetSqlExecutionPlanRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSqlExecutionPlanRequest.Builderattribute(GetSqlExecutionPlanRequest.Attribute attribute)The attribute of the SQL execution plan.GetSqlExecutionPlanRequestbuild()Build the instance of GetSqlExecutionPlanRequest as configured by this builderGetSqlExecutionPlanRequestbuildWithoutInvocationCallback()Build the instance of GetSqlExecutionPlanRequest as configured by this builderGetSqlExecutionPlanRequest.Buildercopy(GetSqlExecutionPlanRequest o)Copy method to populate the builder with values from the given instance.GetSqlExecutionPlanRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.GetSqlExecutionPlanRequest.BuildermanagedDatabaseId(String managedDatabaseId)The OCID of the Managed Database.GetSqlExecutionPlanRequest.BuilderopcNamedCredentialId(String opcNamedCredentialId)The OCID of the Named Credential.GetSqlExecutionPlanRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.GetSqlExecutionPlanRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.GetSqlExecutionPlanRequest.BuildersqlObjectId(Long sqlObjectId)The SQL object ID for the SQL tuning task.GetSqlExecutionPlanRequest.BuildersqlTuningAdvisorTaskId(Long sqlTuningAdvisorTaskId)The SQL tuning task identifier.- 
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- 
managedDatabaseIdpublic GetSqlExecutionPlanRequest.Builder managedDatabaseId(String managedDatabaseId) The OCID of the Managed Database.- Parameters:
- managedDatabaseId- the value to set
- Returns:
- this builder instance
 
 - 
sqlTuningAdvisorTaskIdpublic GetSqlExecutionPlanRequest.Builder sqlTuningAdvisorTaskId(Long sqlTuningAdvisorTaskId) The SQL tuning task identifier.This is not the OCID. - Parameters:
- sqlTuningAdvisorTaskId- the value to set
- Returns:
- this builder instance
 
 - 
sqlObjectIdpublic GetSqlExecutionPlanRequest.Builder sqlObjectId(Long sqlObjectId) The SQL object ID for the SQL tuning task.This is not the OCID. - Parameters:
- sqlObjectId- the value to set
- Returns:
- this builder instance
 
 - 
attributepublic GetSqlExecutionPlanRequest.Builder attribute(GetSqlExecutionPlanRequest.Attribute attribute) The attribute of the SQL execution plan.- Parameters:
- attribute- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic GetSqlExecutionPlanRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
opcNamedCredentialIdpublic GetSqlExecutionPlanRequest.Builder opcNamedCredentialId(String opcNamedCredentialId) The OCID of the Named Credential.- Parameters:
- opcNamedCredentialId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic GetSqlExecutionPlanRequest.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 GetSqlExecutionPlanRequest.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 GetSqlExecutionPlanRequest.Builder copy(GetSqlExecutionPlanRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<GetSqlExecutionPlanRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetSqlExecutionPlanRequest build() Build the instance of GetSqlExecutionPlanRequest 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<GetSqlExecutionPlanRequest,Void>
- Returns:
- instance of GetSqlExecutionPlanRequest
 
 - 
buildWithoutInvocationCallbackpublic GetSqlExecutionPlanRequest buildWithoutInvocationCallback() Build the instance of GetSqlExecutionPlanRequest 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 GetSqlExecutionPlanRequest
 
 
- 
 
-