Class UpdateGenericArtifactByPathRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.artifacts.requests.UpdateGenericArtifactByPathRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateGenericArtifactByPathRequest,UpdateGenericArtifactByPathDetails>
 - Enclosing class:
- UpdateGenericArtifactByPathRequest
 
 public static class UpdateGenericArtifactByPathRequest.Builder extends Object implements BmcRequest.Builder<UpdateGenericArtifactByPathRequest,UpdateGenericArtifactByPathDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateGenericArtifactByPathRequest.BuilderartifactPath(String artifactPath)A user-defined path to describe the location of an artifact.UpdateGenericArtifactByPathRequest.Builderbody$(UpdateGenericArtifactByPathDetails body)Alternative setter for the body parameter.UpdateGenericArtifactByPathRequestbuild()Build the instance of UpdateGenericArtifactByPathRequest as configured by this builderUpdateGenericArtifactByPathRequestbuildWithoutInvocationCallback()Build the instance of UpdateGenericArtifactByPathRequest as configured by this builderUpdateGenericArtifactByPathRequest.Buildercopy(UpdateGenericArtifactByPathRequest o)Copy method to populate the builder with values from the given instance.UpdateGenericArtifactByPathRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateGenericArtifactByPathRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateGenericArtifactByPathRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.UpdateGenericArtifactByPathRequest.BuilderrepositoryId(String repositoryId)The OCID of the repository.UpdateGenericArtifactByPathRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateGenericArtifactByPathRequest.BuilderupdateGenericArtifactByPathDetails(UpdateGenericArtifactByPathDetails updateGenericArtifactByPathDetails)Updates an artifact with a specified artifactPath and version.UpdateGenericArtifactByPathRequest.Builderversion(String version)A user-defined string to describe the artifact version.
 
- 
- 
- 
Method Detail- 
repositoryIdpublic UpdateGenericArtifactByPathRequest.Builder repositoryId(String repositoryId) The OCID of the repository.Example: ocid1.artifactrepository.oc1..exampleuniqueID - Parameters:
- repositoryId- the value to set
- Returns:
- this builder instance
 
 - 
artifactPathpublic UpdateGenericArtifactByPathRequest.Builder artifactPath(String artifactPath) A user-defined path to describe the location of an artifact.You can use slashes to organize the repository, but slashes do not create a directory structure. An artifact path does not include an artifact version. Example: project01/my-web-app/artifact-abc - Parameters:
- artifactPath- the value to set
- Returns:
- this builder instance
 
 - 
versionpublic UpdateGenericArtifactByPathRequest.Builder version(String version) A user-defined string to describe the artifact version.Example: 1.1.2 or 1.2-beta-2 - Parameters:
- version- the value to set
- Returns:
- this builder instance
 
 - 
updateGenericArtifactByPathDetailspublic UpdateGenericArtifactByPathRequest.Builder updateGenericArtifactByPathDetails(UpdateGenericArtifactByPathDetails updateGenericArtifactByPathDetails) Updates an artifact with a specified artifactPath and version.You can only update the tags of an artifact. - Parameters:
- updateGenericArtifactByPathDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateGenericArtifactByPathRequest.Builder ifMatch(String ifMatch) For optimistic concurrency control.In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value. - Parameters:
- ifMatch- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic UpdateGenericArtifactByPathRequest.Builder opcRequestId(String opcRequestId) Unique identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic UpdateGenericArtifactByPathRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) Set the invocation callback for the request to be built.- Parameters:
- invocationCallback- the invocation callback to be set for the request
- Returns:
- this builder instance
 
 - 
retryConfigurationpublic UpdateGenericArtifactByPathRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration) Set the retry configuration for the request to be built.- Parameters:
- retryConfiguration- the retry configuration to be used for the request
- Returns:
- this builder instance
 
 - 
copypublic UpdateGenericArtifactByPathRequest.Builder copy(UpdateGenericArtifactByPathRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateGenericArtifactByPathRequest,UpdateGenericArtifactByPathDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateGenericArtifactByPathRequest build() Build the instance of UpdateGenericArtifactByPathRequest as configured by this builderNote that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance. - Specified by:
- buildin interface- BmcRequest.Builder<UpdateGenericArtifactByPathRequest,UpdateGenericArtifactByPathDetails>
- Returns:
- instance of UpdateGenericArtifactByPathRequest
 
 - 
body$public UpdateGenericArtifactByPathRequest.Builder body$(UpdateGenericArtifactByPathDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateGenericArtifactByPathRequest,UpdateGenericArtifactByPathDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateGenericArtifactByPathRequest buildWithoutInvocationCallback() Build the instance of UpdateGenericArtifactByPathRequest as configured by this builderNote that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of UpdateGenericArtifactByPathRequest
 
 
- 
 
-