Class ListSqlPlansRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public ListSqlPlansRequest.Builder compartmentId​(String compartmentId)
        The OCID of the compartment.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder instance
      • sqlIdentifier

        public ListSqlPlansRequest.Builder sqlIdentifier​(String sqlIdentifier)
        Unique SQL_ID for a SQL Statement.

        Example: 6rgjh9bjmy2s7

        Parameters:
        sqlIdentifier - the value to set
        Returns:
        this builder instance
      • planHash

        public ListSqlPlansRequest.Builder planHash​(List<Long> planHash)
        Unique plan hash for a SQL Plan of a particular SQL Statement.

        Example: 9820154385

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

        public ListSqlPlansRequest.Builder planHash​(Long singularValue)
        Singular setter.

        Unique plan hash for a SQL Plan of a particular SQL Statement. Example: 9820154385

        Parameters:
        singularValue - the singular value to set
        Returns:
        this builder instance
      • databaseId

        public ListSqlPlansRequest.Builder databaseId​(String databaseId)
        Optional OCID of the associated DBaaS entity.
        Parameters:
        databaseId - the value to set
        Returns:
        this builder instance
      • page

        public ListSqlPlansRequest.Builder page​(String page)
        For list pagination.

        The value of the opc-next-page response header from the previous “List” call. For important details about how pagination works, see List Pagination.

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

        public ListSqlPlansRequest.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
      • invocationCallback

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