Class ListReportsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • reportType

        public ListReportsRequest.Builder reportType​(String reportType)
        The type of the report.
        Parameters:
        reportType - the value to set
        Returns:
        this builder instance
      • date

        public ListReportsRequest.Builder date​(Date date)
        Date, expressed in RFC 3339 timestamp format.

        The service only interprets the year, month, and day parts in the input value, and ignores the hour, minute, and second parts.

        Parameters:
        date - the value to set
        Returns:
        this builder instance
      • compartmentId

        public ListReportsRequest.Builder compartmentId​(String compartmentId)
        The unique identifier for the compartment.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder instance
      • opcRequestId

        public ListReportsRequest.Builder opcRequestId​(String opcRequestId)
        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
      • page

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

        public ListReportsRequest.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 ListReportsRequest.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