Package com.oracle.bmc.devops.model
Class CreateOrUpdateGitTagDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.CreateOrUpdateGitTagDetails.Builder
-
- Enclosing class:
- CreateOrUpdateGitTagDetails
public static class CreateOrUpdateGitTagDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateOrUpdateGitTagDetailsbuild()CreateOrUpdateGitTagDetails.Buildercopy(CreateOrUpdateGitTagDetails model)CreateOrUpdateGitTagDetails.BuilderobjectId(String objectId)SHA-1 hash value of the object pointed to by the tag.CreateOrUpdateGitTagDetails.BuilderrefName(String refName)
-
-
-
Method Detail
-
refName
public CreateOrUpdateGitTagDetails.Builder refName(String refName)
-
objectId
public CreateOrUpdateGitTagDetails.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 CreateOrUpdateGitTagDetails build()
-
copy
public CreateOrUpdateGitTagDetails.Builder copy(CreateOrUpdateGitTagDetails model)
-
-