RerankTextRequest.Builder | 
RerankTextRequest.Builder.body$(RerankTextDetails body) | 
 Alternative setter for the body parameter. 
 | 
static RerankTextRequest.Builder | 
RerankTextRequest.builder() | 
 Return a new builder for this request object. 
 | 
RerankTextRequest.Builder | 
RerankTextRequest.Builder.copy(RerankTextRequest o) | 
 Copy method to populate the builder with values from the given instance. 
 | 
RerankTextRequest.Builder | 
RerankTextRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) | 
 Set the invocation callback for the request to be built. 
 | 
RerankTextRequest.Builder | 
RerankTextRequest.Builder.opcRequestId(String opcRequestId) | 
 The client request ID for tracing. 
 | 
RerankTextRequest.Builder | 
RerankTextRequest.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. 
 | 
RerankTextRequest.Builder | 
RerankTextRequest.Builder.rerankTextDetails(RerankTextDetails rerankTextDetails) | 
 Details required for the rerank request. 
 | 
RerankTextRequest.Builder | 
RerankTextRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) | 
 Set the retry configuration for the request to be built. 
 | 
RerankTextRequest.Builder | 
RerankTextRequest.toBuilder() | 
 |