Interface FunctionCodeLocation.Builder

    • Method Detail

      • repositoryType

        FunctionCodeLocation.Builder repositoryType​(String repositoryType)

        The service that's hosting the file.

        Parameters:
        repositoryType - The service that's hosting the file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • location

        FunctionCodeLocation.Builder location​(String location)

        A presigned URL that you can use to download the deployment package.

        Parameters:
        location - A presigned URL that you can use to download the deployment package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageUri

        FunctionCodeLocation.Builder imageUri​(String imageUri)

        URI of a container image in the Amazon ECR registry.

        Parameters:
        imageUri - URI of a container image in the Amazon ECR registry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resolvedImageUri

        FunctionCodeLocation.Builder resolvedImageUri​(String resolvedImageUri)

        The resolved URI for the image.

        Parameters:
        resolvedImageUri - The resolved URI for the image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.