Interface UploadLayerPartResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UploadLayerPartResponse.Builder,
,UploadLayerPartResponse> EcrResponse.Builder
,SdkBuilder<UploadLayerPartResponse.Builder,
,UploadLayerPartResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UploadLayerPartResponse
public static interface UploadLayerPartResponse.Builder
extends EcrResponse.Builder, SdkPojo, CopyableBuilder<UploadLayerPartResponse.Builder,UploadLayerPartResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlastByteReceived
(Long lastByteReceived) The integer value of the last byte received in the request.registryId
(String registryId) The registry ID associated with the request.repositoryName
(String repositoryName) The repository name associated with the request.The upload ID associated with the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ecr.model.EcrResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
registryId
The registry ID associated with the request.
- Parameters:
registryId
- The registry ID associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
The repository name associated with the request.
- Parameters:
repositoryName
- The repository name associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uploadId
The upload ID associated with the request.
- Parameters:
uploadId
- The upload ID associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastByteReceived
The integer value of the last byte received in the request.
- Parameters:
lastByteReceived
- The integer value of the last byte received in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-