public static class OcirContainerJobEnvironmentConfigurationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OcirContainerJobEnvironmentConfigurationDetails |
build() |
OcirContainerJobEnvironmentConfigurationDetails.Builder |
cmd(List<String> cmd)
The container image run CMD as a
list of strings.
|
OcirContainerJobEnvironmentConfigurationDetails.Builder |
copy(OcirContainerJobEnvironmentConfigurationDetails model) |
OcirContainerJobEnvironmentConfigurationDetails.Builder |
entrypoint(List<String> entrypoint)
The container image run
ENTRYPOINT as a list of
strings.
|
OcirContainerJobEnvironmentConfigurationDetails.Builder |
image(String image)
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a
canonical format.
|
OcirContainerJobEnvironmentConfigurationDetails.Builder |
imageDigest(String imageDigest)
The digest of the container image.
|
OcirContainerJobEnvironmentConfigurationDetails.Builder |
imageSignatureId(String imageSignatureId)
OCID of the container image signature
|
public OcirContainerJobEnvironmentConfigurationDetails.Builder image(String image)
The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a
canonical format. Acceptable format: <region>.ocir.io/<registry>/<image>:<tag>
<region>.ocir.io/<registry>/<image>:<tag>@digest
image
- the value to setpublic OcirContainerJobEnvironmentConfigurationDetails.Builder cmd(List<String> cmd)
The container image run CMD as a
list of strings. Use CMD
as arguments to the ENTRYPOINT
or the only
command to run in the absence of an ENTRYPOINT
. The combined size of CMD
and ENTRYPOINT
must be less than 2048 bytes.
cmd
- the value to setpublic OcirContainerJobEnvironmentConfigurationDetails.Builder entrypoint(List<String> entrypoint)
The container image run
ENTRYPOINT as a list of
strings. Accept the CMD
as extra arguments. The combined size of CMD
and
ENTRYPOINT
must be less than 2048 bytes. More information on how CMD
and
ENTRYPOINT
interact are
here.
entrypoint
- the value to setpublic OcirContainerJobEnvironmentConfigurationDetails.Builder imageDigest(String imageDigest)
The digest of the container image. For example, sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
imageDigest
- the value to setpublic OcirContainerJobEnvironmentConfigurationDetails.Builder imageSignatureId(String imageSignatureId)
OCID of the container image signature
imageSignatureId
- the value to setpublic OcirContainerJobEnvironmentConfigurationDetails build()
Copyright © 2016–2024. All rights reserved.