UpdateConfigRequest.Builder |
UpdateConfigRequest.Builder.apmDomainId(String apmDomainId) |
The APM Domain ID the request is intended for.
|
UpdateConfigRequest.Builder |
UpdateConfigRequest.Builder.body$(UpdateConfigDetails body) |
Alternative setter for the body parameter.
|
static UpdateConfigRequest.Builder |
UpdateConfigRequest.builder() |
Return a new builder for this request object.
|
UpdateConfigRequest.Builder |
UpdateConfigRequest.Builder.configId(String configId) |
The OCID of the
configuration item.
|
UpdateConfigRequest.Builder |
UpdateConfigRequest.Builder.copy(UpdateConfigRequest o) |
Copy method to populate the builder with values from the given instance.
|
UpdateConfigRequest.Builder |
UpdateConfigRequest.Builder.ifMatch(String ifMatch) |
For optimistic concurrency control.
|
UpdateConfigRequest.Builder |
UpdateConfigRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
UpdateConfigRequest.Builder |
UpdateConfigRequest.Builder.opcDryRun(String opcDryRun) |
Indicates that the request is a dry run, if set to “true”.
|
UpdateConfigRequest.Builder |
UpdateConfigRequest.Builder.opcRequestId(String opcRequestId) |
Unique identifier for the request.
|
UpdateConfigRequest.Builder |
UpdateConfigRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
UpdateConfigRequest.Builder |
UpdateConfigRequest.toBuilder() |
|
UpdateConfigRequest.Builder |
UpdateConfigRequest.Builder.updateConfigDetails(UpdateConfigDetails updateConfigDetails) |
The configuration details to be updated.
|