Interface LayerVersionContentOutput.Builder

    • Method Detail

      • location

        LayerVersionContentOutput.Builder location​(String location)

        A link to the layer archive in Amazon S3 that is valid for 10 minutes.

        Parameters:
        location - A link to the layer archive in Amazon S3 that is valid for 10 minutes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • codeSha256

        LayerVersionContentOutput.Builder codeSha256​(String codeSha256)

        The SHA-256 hash of the layer archive.

        Parameters:
        codeSha256 - The SHA-256 hash of the layer archive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • codeSize

        LayerVersionContentOutput.Builder codeSize​(Long codeSize)

        The size of the layer archive in bytes.

        Parameters:
        codeSize - The size of the layer archive in bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signingProfileVersionArn

        LayerVersionContentOutput.Builder signingProfileVersionArn​(String signingProfileVersionArn)

        The Amazon Resource Name (ARN) for a signing profile version.

        Parameters:
        signingProfileVersionArn - The Amazon Resource Name (ARN) for a signing profile version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signingJobArn

        LayerVersionContentOutput.Builder signingJobArn​(String signingJobArn)

        The Amazon Resource Name (ARN) of a signing job.

        Parameters:
        signingJobArn - The Amazon Resource Name (ARN) of a signing job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.