Class ListTablesRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • targetDatabaseId

        public ListTablesRequest.Builder targetDatabaseId​(String targetDatabaseId)
        The OCID of the Data Safe target database.
        Parameters:
        targetDatabaseId - the value to set
        Returns:
        this builder instance
      • opcRequestId

        public ListTablesRequest.Builder opcRequestId​(String opcRequestId)
        Unique identifier for the request.
        Parameters:
        opcRequestId - the value to set
        Returns:
        this builder instance
      • limit

        public ListTablesRequest.Builder limit​(Integer limit)
        For list pagination.

        The maximum number of items to return per page in a paginated “List” call. For details about how pagination works, see List Pagination.

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

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

        The page token representing the page at which to start retrieving results. It is usually retrieved from a previous “List” call. For details about how pagination works, see List Pagination.

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

        public ListTablesRequest.Builder schemaName​(List<String> schemaName)
        A filter to return only items related to specific schema name.
        Parameters:
        schemaName - the value to set
        Returns:
        this builder instance
      • schemaName

        public ListTablesRequest.Builder schemaName​(String singularValue)
        Singular setter.

        A filter to return only items related to specific schema name.

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

        public ListTablesRequest.Builder tableName​(List<String> tableName)
        A filter to return only items related to specific table name.
        Parameters:
        tableName - the value to set
        Returns:
        this builder instance
      • tableName

        public ListTablesRequest.Builder tableName​(String singularValue)
        Singular setter.

        A filter to return only items related to specific table name.

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

        public ListTablesRequest.Builder tableNameContains​(String tableNameContains)
        A filter to return only items if table name contains a specific string.
        Parameters:
        tableNameContains - the value to set
        Returns:
        this builder instance
      • schemaNameContains

        public ListTablesRequest.Builder schemaNameContains​(String schemaNameContains)
        A filter to return only items if schema name contains a specific string.
        Parameters:
        schemaNameContains - the value to set
        Returns:
        this builder instance
      • invocationCallback

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