Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CompleteLayerUploadRequest.Builder,CompleteLayerUploadRequest>
@Generated("software.amazon.awssdk:codegen") public class CompleteLayerUploadRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CompleteLayerUploadRequest.Builder,CompleteLayerUploadRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CompleteLayerUploadRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CompleteLayerUploadRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
layerDigests() |
The
sha256 digest of the image layer. |
String |
registryId() |
The AWS account ID associated with the registry to which to upload layers.
|
String |
repositoryName() |
The name of the repository to associate with the image layer.
|
static Class<? extends CompleteLayerUploadRequest.Builder> |
serializableBuilderClass() |
|
CompleteLayerUploadRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
uploadId() |
The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.
|
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 to which to upload layers. If you do not specify a registry, the default registry is assumed.
public String repositoryName()
The name of the repository to associate with the image layer.
public String uploadId()
The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.
public List<String> layerDigests()
The sha256
digest of the image layer.
sha256
digest of the image layer.public CompleteLayerUploadRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CompleteLayerUploadRequest.Builder,CompleteLayerUploadRequest>
public static CompleteLayerUploadRequest.Builder builder()
public static Class<? extends CompleteLayerUploadRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.