@Generated(value="software.amazon.awssdk:codegen") public final class PutImageRequest extends EcrPublicRequest implements ToCopyableBuilder<PutImageRequest.Builder,PutImageRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutImageRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutImageRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageDigest()
The image digest of the image manifest corresponding to the image.
|
String |
imageManifest()
The image manifest corresponding to the image to be uploaded.
|
String |
imageManifestMediaType()
The media type of the image manifest.
|
String |
imageTag()
The tag to associate with the image.
|
String |
registryId()
The AWS account ID associated with the public registry that contains the repository in which to put the image.
|
String |
repositoryName()
The name of the repository in which to put the image.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutImageRequest.Builder> |
serializableBuilderClass() |
PutImageRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String registryId()
The AWS account ID associated with the public registry that contains the repository in which to put the image. If you do not specify a registry, the default public registry is assumed.
public final String repositoryName()
The name of the repository in which to put the image.
public final String imageManifest()
The image manifest corresponding to the image to be uploaded.
public final 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.
mediaType field, you must specify the imageManifestMediaType in the request.public final 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.
public final String imageDigest()
The image digest of the image manifest corresponding to the image.
public PutImageRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutImageRequest.Builder,PutImageRequest>toBuilder in class EcrPublicRequestpublic static PutImageRequest.Builder builder()
public static Class<? extends PutImageRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.