Package com.oracle.bmc.artifacts.model
Class ContainerVersion.Builder
- java.lang.Object
- 
- com.oracle.bmc.artifacts.model.ContainerVersion.Builder
 
- 
- Enclosing class:
- ContainerVersion
 
 public static class ContainerVersion.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerVersionbuild()ContainerVersion.Buildercopy(ContainerVersion model)ContainerVersion.BuildercreatedBy(String createdBy)The OCID of the user or principal that pushed the version.ContainerVersion.BuildertimeCreated(Date timeCreated)The creation time of the version.ContainerVersion.Builderversion(String version)The version name.
 
- 
- 
- 
Method Detail- 
createdBypublic ContainerVersion.Builder createdBy(String createdBy) The OCID of the user or principal that pushed the version.- Parameters:
- createdBy- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ContainerVersion.Builder timeCreated(Date timeCreated) The creation time of the version.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
versionpublic ContainerVersion.Builder version(String version) The version name.- Parameters:
- version- the value to set
- Returns:
- this builder
 
 - 
buildpublic ContainerVersion build() 
 - 
copypublic ContainerVersion.Builder copy(ContainerVersion model) 
 
- 
 
-