Interface GetRuntimeManagementConfigResponse.Builder

    • Method Detail

      • runtimeVersionArn

        GetRuntimeManagementConfigResponse.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.
      • functionArn

        GetRuntimeManagementConfigResponse.Builder functionArn​(String functionArn)

        The Amazon Resource Name (ARN) of your function.

        Parameters:
        functionArn - The Amazon Resource Name (ARN) of your function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.