CreateIndexRequest.Builder |
CreateIndexRequest.Builder.body$(CreateIndexDetails body) |
Alternative setter for the body parameter.
|
static CreateIndexRequest.Builder |
CreateIndexRequest.builder() |
Return a new builder for this request object.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.copy(CreateIndexRequest o) |
Copy method to populate the builder with values from the given instance.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.createIndexDetails(CreateIndexDetails createIndexDetails) |
Specifications for the new index.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
CreateIndexRequest.Builder |
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 |
CreateIndexRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.tableNameOrId(String tableNameOrId) |
A table name within the compartment, or a table OCID.
|
CreateIndexRequest.Builder |
CreateIndexRequest.toBuilder() |
|