Package | Description |
---|---|
com.oracle.bmc.oda.requests |
Modifier and Type | Method and Description |
---|---|
UpdateImportedPackageRequest.Builder |
UpdateImportedPackageRequest.Builder.body$(UpdateImportedPackageDetails body)
Alternative setter for the body parameter.
|
static UpdateImportedPackageRequest.Builder |
UpdateImportedPackageRequest.builder()
Return a new builder for this request object.
|
UpdateImportedPackageRequest.Builder |
UpdateImportedPackageRequest.Builder.copy(UpdateImportedPackageRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateImportedPackageRequest.Builder |
UpdateImportedPackageRequest.Builder.ifMatch(String ifMatch)
For optimistic concurrency control in a PUT or DELETE call for a Digital Assistant
instance, set the
if-match query parameter to the value of the ETAG
header from a previous GET or POST response for that instance. |
UpdateImportedPackageRequest.Builder |
UpdateImportedPackageRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateImportedPackageRequest.Builder |
UpdateImportedPackageRequest.Builder.isReplaceSkills(Boolean isReplaceSkills)
Should old skills be replaced by new skills if packageId differs from already imported
package?
|
UpdateImportedPackageRequest.Builder |
UpdateImportedPackageRequest.Builder.odaInstanceId(String odaInstanceId)
Unique Digital Assistant instance identifier.
|
UpdateImportedPackageRequest.Builder |
UpdateImportedPackageRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
UpdateImportedPackageRequest.Builder |
UpdateImportedPackageRequest.Builder.opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so that you can retry the request if there’s a
timeout or server error without the risk of executing that same action again.
|
UpdateImportedPackageRequest.Builder |
UpdateImportedPackageRequest.Builder.packageId(String packageId)
Unique Digital Assistant package identifier.
|
UpdateImportedPackageRequest.Builder |
UpdateImportedPackageRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateImportedPackageRequest.Builder |
UpdateImportedPackageRequest.toBuilder()
Return an instance of
UpdateImportedPackageRequest.Builder that allows you to modify request properties. |
UpdateImportedPackageRequest.Builder |
UpdateImportedPackageRequest.Builder.updateImportedPackageDetails(UpdateImportedPackageDetails updateImportedPackageDetails)
Parameter values required to import the package, with updated values.
|
Copyright © 2016–2024. All rights reserved.