UpdatePropertySetRequest.Builder |
UpdatePropertySetRequest.Builder.body$(UpdatePropertySetDetails body) |
Alternative setter for the body parameter.
|
static UpdatePropertySetRequest.Builder |
UpdatePropertySetRequest.builder() |
Return a new builder for this request object.
|
UpdatePropertySetRequest.Builder |
UpdatePropertySetRequest.Builder.copy(UpdatePropertySetRequest o) |
Copy method to populate the builder with values from the given instance.
|
UpdatePropertySetRequest.Builder |
UpdatePropertySetRequest.Builder.databaseToolsConnectionId(String databaseToolsConnectionId) |
The OCID of a
Database Tools connection.
|
UpdatePropertySetRequest.Builder |
UpdatePropertySetRequest.Builder.ifMatch(String ifMatch) |
If-Match is most often used with state-changing methods (e.g., POST, PUT, DELETE) to
prevent accidental overwrites when multiple user agentss might be acting in parallel on
the same resource (i.e., to prevent the “lost update” problem).
|
UpdatePropertySetRequest.Builder |
UpdatePropertySetRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
UpdatePropertySetRequest.Builder |
UpdatePropertySetRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
UpdatePropertySetRequest.Builder |
UpdatePropertySetRequest.Builder.propertySetKey(PropertySetKey propertySetKey) |
The name of the property set
|
UpdatePropertySetRequest.Builder |
UpdatePropertySetRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
UpdatePropertySetRequest.Builder |
UpdatePropertySetRequest.toBuilder() |
|
UpdatePropertySetRequest.Builder |
UpdatePropertySetRequest.Builder.updatePropertySetDetails(UpdatePropertySetDetails updatePropertySetDetails) |
The information to be updated.
|