public static interface ImageConfiguration.Builder extends SdkPojo, CopyableBuilder<ImageConfiguration.Builder,ImageConfiguration>
Modifier and Type | Method and Description |
---|---|
ImageConfiguration.Builder |
imageUri(String imageUri)
The image URI.
|
ImageConfiguration.Builder |
resolvedImageDigest(String resolvedImageDigest)
The SHA256 digest of the image URI.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ImageConfiguration.Builder imageUri(String imageUri)
The image URI.
imageUri
- The image URI.ImageConfiguration.Builder resolvedImageDigest(String resolvedImageDigest)
The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.
resolvedImageDigest
- The SHA256 digest of the image URI. This indicates which specific image the application is configured
for. The image digest doesn't exist until an application has started.Copyright © 2023. All rights reserved.