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 Details

    • 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

      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.