Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PutImageRequest.Builder,PutImageRequest>
@Generated("software.amazon.awssdk:codegen") public class PutImageRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PutImageRequest.Builder,PutImageRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutImageRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static PutImageRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
imageManifest() |
The image manifest corresponding to the image to be uploaded.
|
String |
imageTag() |
The tag to associate with the image.
|
String |
registryId() |
The AWS account ID associated with the registry that contains the repository in which to put the image.
|
String |
repositoryName() |
The name of the repository in which to put the image.
|
static Class<? extends PutImageRequest.Builder> |
serializableBuilderClass() |
|
PutImageRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
public String repositoryName()
The name of the repository in which to put the image.
public String imageManifest()
The image manifest corresponding to the image to be uploaded.
public 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.
public PutImageRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutImageRequest.Builder,PutImageRequest>
public static PutImageRequest.Builder builder()
public static Class<? extends PutImageRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.