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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UploadLayerPartResponse.BuilderlastByteReceived(Long lastByteReceived)The integer value of the last byte received in the request.UploadLayerPartResponse.BuilderregistryId(String registryId)The registry ID associated with the request.UploadLayerPartResponse.BuilderrepositoryName(String repositoryName)The repository name associated with the request.UploadLayerPartResponse.BuilderuploadId(String uploadId)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
registryId
UploadLayerPartResponse.Builder registryId(String 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
UploadLayerPartResponse.Builder repositoryName(String 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
UploadLayerPartResponse.Builder uploadId(String 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
UploadLayerPartResponse.Builder lastByteReceived(Long 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.
-
-