Class ListWafTrafficRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • waasPolicyId

        public ListWafTrafficRequest.Builder waasPolicyId​(String waasPolicyId)
        The OCID of the WAAS policy.
        Parameters:
        waasPolicyId - the value to set
        Returns:
        this builder instance
      • opcRequestId

        public ListWafTrafficRequest.Builder opcRequestId​(String opcRequestId)
        The unique Oracle-assigned identifier for the request.

        If you need to contact Oracle about a particular request, please provide the request ID.

        Parameters:
        opcRequestId - the value to set
        Returns:
        this builder instance
      • timeObservedGreaterThanOrEqualTo

        public ListWafTrafficRequest.Builder timeObservedGreaterThanOrEqualTo​(Date timeObservedGreaterThanOrEqualTo)
        A filter that limits returned events to those occurring on or after a date and time, specified in RFC 3339 format.

        If unspecified, defaults to 30 minutes before receipt of the request.

        Parameters:
        timeObservedGreaterThanOrEqualTo - the value to set
        Returns:
        this builder instance
      • timeObservedLessThan

        public ListWafTrafficRequest.Builder timeObservedLessThan​(Date timeObservedLessThan)
        A filter that limits returned events to those occurring before a date and time, specified in RFC 3339 format.
        Parameters:
        timeObservedLessThan - the value to set
        Returns:
        this builder instance
      • limit

        public ListWafTrafficRequest.Builder limit​(Integer limit)
        The maximum number of items to return in a paginated call.

        If unspecified, defaults to 10.

        Parameters:
        limit - the value to set
        Returns:
        this builder instance
      • page

        public ListWafTrafficRequest.Builder page​(String page)
        The value of the opc-next-page response header from the previous paginated call.
        Parameters:
        page - the value to set
        Returns:
        this builder instance
      • invocationCallback

        public ListWafTrafficRequest.Builder invocationCallback​(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
        Set the invocation callback for the request to be built.
        Parameters:
        invocationCallback - the invocation callback to be set for the request
        Returns:
        this builder instance
      • retryConfiguration

        public ListWafTrafficRequest.Builder retryConfiguration​(RetryConfiguration retryConfiguration)
        Set the retry configuration for the request to be built.
        Parameters:
        retryConfiguration - the retry configuration to be used for the request
        Returns:
        this builder instance