Package com.oracle.bmc.devops.model
Class PutRepositoryTagDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.PutRepositoryTagDetails.Builder
-
- Enclosing class:
- PutRepositoryTagDetails
public static class PutRepositoryTagDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PutRepositoryTagDetailsbuild()PutRepositoryTagDetails.Buildercopy(PutRepositoryTagDetails model)PutRepositoryTagDetails.BuilderobjectId(String objectId)SHA-1 hash value of the object pointed to by the tag.
-
-
-
Method Detail
-
objectId
public PutRepositoryTagDetails.Builder objectId(String objectId)
SHA-1 hash value of the object pointed to by the tag.- Parameters:
objectId- the value to set- Returns:
- this builder
-
build
public PutRepositoryTagDetails build()
-
copy
public PutRepositoryTagDetails.Builder copy(PutRepositoryTagDetails model)
-
-