类 ListFunctionsRequest


  • public class ListFunctionsRequest
    extends AbstractBceRequest
    Request object for listing the CFC functions
    • 构造器详细资料

      • ListFunctionsRequest

        public ListFunctionsRequest()
    • 方法详细资料

      • getFunctionVersion

        public String getFunctionVersion()
        Get function version. If all functions are not specified to return the $LATEST version, the optional valid value ALL will return all versions, including $LATEST
        返回:
      • setFunctionVersion

        public void setFunctionVersion​(String functionVersion)
        Set function version. If all functions are not specified to return the $LATEST version, the optional valid value ALL will return all versions, including $LATEST
        参数:
        functionVersion -
      • getMarker

        public Integer getMarker()
        Get the marker
        返回:
        The marker
      • setMarker

        public void setMarker​(Integer marker)
        Set the marker
        参数:
        marker - The marker
      • getMaxItems

        public Integer getMaxItems()
        get MaxItems 1-10000
        返回:
      • setMaxItems

        public void setMaxItems​(Integer maxItems)
        set maxItems 1-10000
        参数:
        maxItems - 1-10000
      • withFunctionVersion

        public ListFunctionsRequest withFunctionVersion​(String functionVersion)
        Specify the function version. If all functions are not specified to return the $LATEST version, the optional valid value ALL will return all versions, including $LATEST
        参数:
        functionVersion -
        返回:
        this object
      • withMarker

        public ListFunctionsRequest withMarker​(Integer marker)
        Specify the function marker
        参数:
        marker -
        返回:
        this object
      • withMaxItems

        public ListFunctionsRequest withMaxItems​(Integer maxItems)
        Configure the MaxItems for the request
        参数:
        maxItems - 1-10000
        返回:
        this object