public static interface PutImageRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<PutImageRequest.Builder,PutImageRequest>
Modifier and Type | Method and Description |
---|---|
PutImageRequest.Builder |
imageManifest(String imageManifest)
The image manifest corresponding to the image to be uploaded.
|
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 AWS 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 AWS 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 AWS 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 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 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 OCI formats.PutImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
PutImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.