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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerVersion
build()
ContainerVersion.Builder
copy(ContainerVersion model)
ContainerVersion.Builder
createdBy(String createdBy)
The OCID of the user or principal that pushed the version.ContainerVersion.Builder
timeCreated(Date timeCreated)
The creation time of the version.ContainerVersion.Builder
version(String version)
The version name.
-
-
-
Method Detail
-
createdBy
public 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
-
timeCreated
public ContainerVersion.Builder timeCreated(Date timeCreated)
The creation time of the version.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
version
public ContainerVersion.Builder version(String version)
The version name.- Parameters:
version
- the value to set- Returns:
- this builder
-
build
public ContainerVersion build()
-
copy
public ContainerVersion.Builder copy(ContainerVersion model)
-
-