public static interface PutImageRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<PutImageRequest.Builder,PutImageRequest>
Modifier and Type | Method and Description |
---|---|
PutImageRequest.Builder |
imageDigest(String imageDigest)
The image digest of the image manifest corresponding to the image.
|
PutImageRequest.Builder |
imageManifest(String imageManifest)
The image manifest corresponding 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 associated with the registry that contains the repository in which to put
the image.
|
PutImageRequest.Builder |
repositoryName(String repositoryName)
The name of the repository in which to put the image.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutImageRequest.Builder registryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.
registryId
- The Amazon Web Services account ID associated with the registry that contains the repository in which
to put the image. If you do not specify a registry, the default registry is assumed.PutImageRequest.Builder repositoryName(String repositoryName)
The name of the repository in which to put the image.
repositoryName
- The name of the repository in which to put the image.PutImageRequest.Builder imageManifest(String imageManifest)
The image manifest corresponding to the image to be uploaded.
imageManifest
- The image manifest corresponding 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 does not 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 does not 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 corresponding to the image.
imageDigest
- The image digest of the image manifest corresponding to the image.PutImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
PutImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.