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