Interface CompleteLayerUploadRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CompleteLayerUploadRequest.Builder,CompleteLayerUploadRequest>, EcrPublicRequest.Builder, SdkBuilder<CompleteLayerUploadRequest.Builder,CompleteLayerUploadRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CompleteLayerUploadRequest

public static interface CompleteLayerUploadRequest.Builder extends EcrPublicRequest.Builder, SdkPojo, CopyableBuilder<CompleteLayerUploadRequest.Builder,CompleteLayerUploadRequest>
  • Method Details

    • registryId

      The Amazon Web Services account ID, or registry alias, associated with the registry where layers are uploaded. If you do not specify a registry, the default public registry is assumed.

      Parameters:
      registryId - The Amazon Web Services account ID, or registry alias, associated with the registry where layers are uploaded. If you do not specify a registry, the default public registry is assumed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • repositoryName

      CompleteLayerUploadRequest.Builder repositoryName(String repositoryName)

      The name of the repository in a public registry to associate with the image layer.

      Parameters:
      repositoryName - The name of the repository in a public registry to associate with the image layer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • uploadId

      The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

      Parameters:
      uploadId - The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • layerDigests

      The sha256 digest of the image layer.

      Parameters:
      layerDigests - The sha256 digest of the image layer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • layerDigests

      CompleteLayerUploadRequest.Builder layerDigests(String... layerDigests)

      The sha256 digest of the image layer.

      Parameters:
      layerDigests - The sha256 digest of the image layer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CompleteLayerUploadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.