Class InitiateLayerUploadResult
java.lang.Object
com.amazonaws.services.ecr.model.InitiateLayerUploadResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe size, in bytes, that Amazon ECR expects future layer part uploads to be.The upload ID for the layer upload.inthashCode()voidsetPartSize(Long partSize) The size, in bytes, that Amazon ECR expects future layer part uploads to be.voidsetUploadId(String uploadId) The upload ID for the layer upload.toString()Returns a string representation of this object; useful for testing and debugging.withPartSize(Long partSize) The size, in bytes, that Amazon ECR expects future layer part uploads to be.withUploadId(String uploadId) The upload ID for the layer upload.
-
Constructor Details
-
InitiateLayerUploadResult
public InitiateLayerUploadResult()
-
-
Method Details
-
setUploadId
The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
- Parameters:
uploadId- The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
-
getUploadId
The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
- Returns:
- The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
-
withUploadId
The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
- Parameters:
uploadId- The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPartSize
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
- Parameters:
partSize- The size, in bytes, that Amazon ECR expects future layer part uploads to be.
-
getPartSize
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
- Returns:
- The size, in bytes, that Amazon ECR expects future layer part uploads to be.
-
withPartSize
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
- Parameters:
partSize- The size, in bytes, that Amazon ECR expects future layer part uploads to be.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-