Interface PutRuntimeManagementConfigResponse.Builder

    • Method Detail

      • functionArn

        PutRuntimeManagementConfigResponse.Builder functionArn​(String functionArn)

        The ARN of the function

        Parameters:
        functionArn - The ARN of the function
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runtimeVersionArn

        PutRuntimeManagementConfigResponse.Builder runtimeVersionArn​(String runtimeVersionArn)

        The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwise null is returned.

        Parameters:
        runtimeVersionArn - The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwise null is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.