Interface RawString.Builder

    • Method Detail

      • content

        RawString.Builder content​(String content)

        The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.

        Parameters:
        content - The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sha256

        RawString.Builder sha256​(String sha256)

        The SHA256 hash value of the revision content.

        Parameters:
        sha256 - The SHA256 hash value of the revision content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.