Package com.oracle.bmc.nosql.requests
Class CreateIndexRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.nosql.requests.CreateIndexRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<CreateIndexRequest,CreateIndexDetails>
- Enclosing class:
- CreateIndexRequest
public static class CreateIndexRequest.Builder extends Object implements BmcRequest.Builder<CreateIndexRequest,CreateIndexDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateIndexRequest.Builder
body$(CreateIndexDetails body)
Alternative setter for the body parameter.CreateIndexRequest
build()
Build the instance of CreateIndexRequest as configured by this builderCreateIndexRequest
buildWithoutInvocationCallback()
Build the instance of CreateIndexRequest as configured by this builderCreateIndexRequest.Builder
copy(CreateIndexRequest o)
Copy method to populate the builder with values from the given instance.CreateIndexRequest.Builder
createIndexDetails(CreateIndexDetails createIndexDetails)
Specifications for the new index.CreateIndexRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.CreateIndexRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.CreateIndexRequest.Builder
opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.CreateIndexRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.CreateIndexRequest.Builder
tableNameOrId(String tableNameOrId)
A table name within the compartment, or a table OCID.
-
-
-
Method Detail
-
tableNameOrId
public CreateIndexRequest.Builder tableNameOrId(String tableNameOrId)
A table name within the compartment, or a table OCID.- Parameters:
tableNameOrId
- the value to set- Returns:
- this builder instance
-
createIndexDetails
public CreateIndexRequest.Builder createIndexDetails(CreateIndexDetails createIndexDetails)
Specifications for the new index.- Parameters:
createIndexDetails
- the value to set- Returns:
- this builder instance
-
opcRetryToken
public CreateIndexRequest.Builder opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
- Parameters:
opcRetryToken
- the value to set- Returns:
- this builder instance
-
opcRequestId
public CreateIndexRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public CreateIndexRequest.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 CreateIndexRequest.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 CreateIndexRequest.Builder copy(CreateIndexRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<CreateIndexRequest,CreateIndexDetails>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public CreateIndexRequest build()
Build the instance of CreateIndexRequest 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<CreateIndexRequest,CreateIndexDetails>
- Returns:
- instance of CreateIndexRequest
-
body$
public CreateIndexRequest.Builder body$(CreateIndexDetails body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<CreateIndexRequest,CreateIndexDetails>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public CreateIndexRequest buildWithoutInvocationCallback()
Build the instance of CreateIndexRequest 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 CreateIndexRequest
-
-