Interface ServerlessFunctionMetadata.Builder

  • Method Details

    • serverlessFunctionName

      ServerlessFunctionMetadata.Builder serverlessFunctionName(String serverlessFunctionName)

      The name of the serverless function.

      Parameters:
      serverlessFunctionName - The name of the serverless function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runtime

      The runtime of the serverless function.

      Parameters:
      runtime - The runtime of the serverless function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • functionTags

      ServerlessFunctionMetadata.Builder functionTags(Map<String,String> functionTags)

      The tags associated with the serverless function.

      Parameters:
      functionTags - The tags associated with the serverless function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.