@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 that corresponds to the image.
|
String |
imageManifest()
The image manifest that corresponds 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 Amazon Web Services account ID, or registry alias, that's associated with the public registry that contains
the repository where the image is put.
|
String |
repositoryName()
The name of the repository where the image is put.
|
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 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.
public final String repositoryName()
The name of the repository where the image is put.
public final String imageManifest()
The image manifest that corresponds to the image to be uploaded.
public final 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.
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 that corresponds 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 © 2023. All rights reserved.