public static class ContainerVersion.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public ContainerVersion.Builder createdBy(String createdBy)
The OCID of the user or principal that pushed the version.
createdBy
- the value to setpublic ContainerVersion.Builder timeCreated(Date timeCreated)
The creation time of the version.
timeCreated
- the value to setpublic ContainerVersion.Builder version(String version)
The version name.
version
- the value to setpublic ContainerVersion build()
public ContainerVersion.Builder copy(ContainerVersion model)
Copyright © 2016–2024. All rights reserved.