public static interface PutImageRequest.Builder extends EcrPublicRequest.Builder, SdkPojo, CopyableBuilder<PutImageRequest.Builder,PutImageRequest>
| Modifier and Type | Method and Description |
|---|---|
PutImageRequest.Builder |
imageDigest(String imageDigest)
The image digest of the image manifest that corresponds to the image.
|
PutImageRequest.Builder |
imageManifest(String imageManifest)
The image manifest that corresponds to the image to be uploaded.
|
PutImageRequest.Builder |
imageManifestMediaType(String imageManifestMediaType)
The media type of the image manifest.
|
PutImageRequest.Builder |
imageTag(String imageTag)
The tag to associate with the image.
|
PutImageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutImageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutImageRequest.Builder |
registryId(String registryId)
The Amazon Web Services account ID, or registry alias, that's associated with the public registry that
contains the repository where the image is put.
|
PutImageRequest.Builder |
repositoryName(String repositoryName)
The name of the repository where the image is put.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutImageRequest.Builder registryId(String registryId)
The Amazon Web Services account ID, or registry alias, that's associated with the public registry that contains the repository where the image is put. If you do not specify a registry, the default public registry is assumed.
registryId - The Amazon Web Services account ID, or registry alias, that's associated with the public registry that
contains the repository where the image is put. If you do not specify a registry, the default public
registry is assumed.PutImageRequest.Builder repositoryName(String repositoryName)
The name of the repository where the image is put.
repositoryName - The name of the repository where the image is put.PutImageRequest.Builder imageManifest(String imageManifest)
The image manifest that corresponds to the image to be uploaded.
imageManifest - The image manifest that corresponds to the image to be uploaded.PutImageRequest.Builder imageManifestMediaType(String imageManifestMediaType)
The media type of the image manifest. If you push an image manifest that doesn't contain the
mediaType field, you must specify the imageManifestMediaType in the request.
imageManifestMediaType - The media type of the image manifest. If you push an image manifest that doesn't contain the
mediaType field, you must specify the imageManifestMediaType in the request.PutImageRequest.Builder imageTag(String imageTag)
The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or Open Container Initiative (OCI) formats.
imageTag - The tag to associate with the image. This parameter is required for images that use the Docker Image
Manifest V2 Schema 2 or Open Container Initiative (OCI) formats.PutImageRequest.Builder imageDigest(String imageDigest)
The image digest of the image manifest that corresponds to the image.
imageDigest - The image digest of the image manifest that corresponds to the image.PutImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.