| PutSchemaRequest.Builder | PutSchemaRequest.Builder. authorization(String authorization) | The Authorization field value consists of credentials containing the authentication
information of the user agent for the realm of the resource being requested. | 
| PutSchemaRequest.Builder | PutSchemaRequest.Builder. body$(Schema body) | Alternative setter for the body parameter. | 
| static PutSchemaRequest.Builder | PutSchemaRequest. builder() | Return a new builder for this request object. | 
| PutSchemaRequest.Builder | PutSchemaRequest.Builder. copy(PutSchemaRequest o) | Copy method to populate the builder with values from the given instance. | 
| PutSchemaRequest.Builder | PutSchemaRequest.Builder. ifMatch(String ifMatch) | Used to make the request conditional on an ETag | 
| PutSchemaRequest.Builder | PutSchemaRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) | Set the invocation callback for the request to be built. | 
| PutSchemaRequest.Builder | PutSchemaRequest.Builder. opcRetryToken(String opcRetryToken) | A token you supply to uniquely identify the request and provide idempotency if the
request is retried. | 
| PutSchemaRequest.Builder | PutSchemaRequest.Builder. resourceTypeSchemaVersion(String resourceTypeSchemaVersion) | An endpoint-specific schema version number to use in the Request. | 
| PutSchemaRequest.Builder | PutSchemaRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration) | Set the retry configuration for the request to be built. | 
| PutSchemaRequest.Builder | PutSchemaRequest.Builder. schema(Schema schema) | Replace the current instance of Schema with provided payload. | 
| PutSchemaRequest.Builder | PutSchemaRequest.Builder. schemaId(String schemaId) | ID of the resource | 
| PutSchemaRequest.Builder | PutSchemaRequest. toBuilder() |  |