Package | Description |
---|---|
com.oracle.bmc.artifacts.requests |
Modifier and Type | Method and Description |
---|---|
UpdateGenericArtifactByPathRequest.Builder |
UpdateGenericArtifactByPathRequest.Builder.artifactPath(String artifactPath)
A user-defined path to describe the location of an artifact.
|
UpdateGenericArtifactByPathRequest.Builder |
UpdateGenericArtifactByPathRequest.Builder.body$(UpdateGenericArtifactByPathDetails body)
Alternative setter for the body parameter.
|
static UpdateGenericArtifactByPathRequest.Builder |
UpdateGenericArtifactByPathRequest.builder()
Return a new builder for this request object.
|
UpdateGenericArtifactByPathRequest.Builder |
UpdateGenericArtifactByPathRequest.Builder.copy(UpdateGenericArtifactByPathRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateGenericArtifactByPathRequest.Builder |
UpdateGenericArtifactByPathRequest.Builder.ifMatch(String ifMatch)
For optimistic concurrency control.
|
UpdateGenericArtifactByPathRequest.Builder |
UpdateGenericArtifactByPathRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateGenericArtifactByPathRequest.Builder |
UpdateGenericArtifactByPathRequest.Builder.opcRequestId(String opcRequestId)
Unique identifier for the request.
|
UpdateGenericArtifactByPathRequest.Builder |
UpdateGenericArtifactByPathRequest.Builder.repositoryId(String repositoryId)
The OCID
of the repository.
|
UpdateGenericArtifactByPathRequest.Builder |
UpdateGenericArtifactByPathRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateGenericArtifactByPathRequest.Builder |
UpdateGenericArtifactByPathRequest.toBuilder()
Return an instance of
UpdateGenericArtifactByPathRequest.Builder that allows you to modify request properties. |
UpdateGenericArtifactByPathRequest.Builder |
UpdateGenericArtifactByPathRequest.Builder.updateGenericArtifactByPathDetails(UpdateGenericArtifactByPathDetails updateGenericArtifactByPathDetails)
Updates an artifact with a specified
artifactPath and version . |
UpdateGenericArtifactByPathRequest.Builder |
UpdateGenericArtifactByPathRequest.Builder.version(String version)
A user-defined string to describe the artifact version.
|
Copyright © 2016–2024. All rights reserved.