Interface CreateFunctionDefinitionResponse.Builder

    • Method Detail

      • creationTimestamp

        CreateFunctionDefinitionResponse.Builder creationTimestamp​(String creationTimestamp)
        The time, in milliseconds since the epoch, when the definition was created.
        Parameters:
        creationTimestamp - The time, in milliseconds since the epoch, when the definition was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTimestamp

        CreateFunctionDefinitionResponse.Builder lastUpdatedTimestamp​(String lastUpdatedTimestamp)
        The time, in milliseconds since the epoch, when the definition was last updated.
        Parameters:
        lastUpdatedTimestamp - The time, in milliseconds since the epoch, when the definition was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestVersion

        CreateFunctionDefinitionResponse.Builder latestVersion​(String latestVersion)
        The ID of the latest version associated with the definition.
        Parameters:
        latestVersion - The ID of the latest version associated with the definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestVersionArn

        CreateFunctionDefinitionResponse.Builder latestVersionArn​(String latestVersionArn)
        The ARN of the latest version associated with the definition.
        Parameters:
        latestVersionArn - The ARN of the latest version associated with the definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateFunctionDefinitionResponse.Builder name​(String name)
        The name of the definition.
        Parameters:
        name - The name of the definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.