public static class OcirDeployArtifactSource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OcirDeployArtifactSource |
build() |
OcirDeployArtifactSource.Builder |
copy(OcirDeployArtifactSource model) |
OcirDeployArtifactSource.Builder |
imageDigest(String imageDigest)
Specifies image digest for the version of the image.
|
OcirDeployArtifactSource.Builder |
imageUri(String imageUri)
Specifies OCIR image path - optionally include tag.
|
public OcirDeployArtifactSource.Builder imageUri(String imageUri)
Specifies OCIR image path - optionally include tag.
imageUri
- the value to setpublic OcirDeployArtifactSource.Builder imageDigest(String imageDigest)
Specifies image digest for the version of the image.
imageDigest
- the value to setpublic OcirDeployArtifactSource build()
public OcirDeployArtifactSource.Builder copy(OcirDeployArtifactSource model)
Copyright © 2016–2024. All rights reserved.